mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-29 23:16:55 -04:00
CI: Bump to upload-artifact v4.
Version 1 is deprecated and now fails when run: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
This commit is contained in:
parent
f6d836c750
commit
bb6857fe51
1 changed files with 2 additions and 2 deletions
4
.github/workflows/make.yml
vendored
4
.github/workflows/make.yml
vendored
|
@ -44,12 +44,12 @@ jobs:
|
|||
fi
|
||||
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
||||
- name: Upload Freedoom
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: "artifacts/freedoom"
|
||||
name: freedoom-${{steps.buildstep.outputs.VERSION}}
|
||||
- name: Upload Freedm
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: "artifacts/freedm"
|
||||
name: freedm-${{steps.buildstep.outputs.VERSION}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue