Skip to content

Commit

Permalink
updating worflow_ci.yml to use v4 of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Nov 26, 2024
1 parent d34dfa1 commit e814c12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
any_changed: ${{ steps.changed-files.outputs.any_changed }}
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: check changed files
Expand All @@ -36,7 +36,7 @@ jobs:
any_changed: ${{ steps.changed-files.outputs.any_changed }}
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: check changed files
Expand All @@ -52,7 +52,7 @@ jobs:
if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }}
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: revision
Expand All @@ -68,7 +68,7 @@ jobs:
run: dotnet publish src/compute.sln -c Release --self-contained true -r win-x64
- name: artifacts
if: github.ref == 'refs/heads/7.x'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: src/dist
name: rhino.compute

0 comments on commit e814c12

Please sign in to comment.