Skip to content

Commit

Permalink
updating workflow yml so that it uses v4 oc actions/checkout and acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact
  • Loading branch information
andyopayne committed Oct 11, 2024
1 parent 829a90c commit cbdfb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- name: artifacts
if: github.ref == 'refs/heads/8.x'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: src/dist
name: rhino.compute

0 comments on commit cbdfb40

Please sign in to comment.