Skip to content

Commit

Permalink
Merge pull request #696 from mcneel/AndyPayne/R7Workflow
Browse files Browse the repository at this point in the history
updating worflow_ci.yml to use v4 of actions
  • Loading branch information
andyopayne authored Nov 26, 2024
2 parents d34dfa1 + e814c12 commit 243973b
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 243973b

Please sign in to comment.