mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
ci: bump upload-artifact action to v4
fix warning Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
This commit is contained in:
parent
2956fc2ff9
commit
6074f37048
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manual-build.yml
vendored
2
.github/workflows/manual-build.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
${BUILD_CMDLINE}
|
${BUILD_CMDLINE}
|
||||||
|
|
||||||
- name: Upload Package
|
- name: Upload Package
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.target }}
|
name: ${{ inputs.target }}
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue