Skip to content

Commit

Permalink
CI: Use actions/upload-artifact@v4 and dawidd6/action-download-artifa…
Browse files Browse the repository at this point in the history
…ct@v3
  • Loading branch information
Hendricks266 committed Feb 18, 2024
1 parent 512bbce commit 5fa44ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
cp rednukem.exe upload/rednukem/
cp pcexhumed.exe upload/pcexhumed/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master' && matrix.publish-as != ''
with:
name: ${{matrix.publish-as}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cp dn64widescreen.pk3 template/rednukem/
cp pcexhumed.pk3 template/pcexhumed/
- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v3
with:
workflow: build.yml
workflow_conclusion: success
Expand Down

0 comments on commit 5fa44ad

Please sign in to comment.