Skip to content

Commit

Permalink
Update to latest artifact commands
Browse files Browse the repository at this point in the history
- v2 was deprecated
  • Loading branch information
CJCombrink committed Dec 5, 2024
1 parent 253aeef commit 91f36a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: Write-Output "${{ steps.create_release.outputs.upload_url }}" > ./release_upload_url.txt

- name: Upload release url
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ./release_upload_url.txt
name: release_upload_url.txt
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:

- name: Download release url
if: contains(github.ref, '/tags/v')
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release_upload_url.txt
path: ./
Expand Down

0 comments on commit 91f36a1

Please sign in to comment.