Skip to content

Commit

Permalink
CI: update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
triplef committed May 14, 2024
1 parent 50703b9 commit ef48ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tar -a -cf GNUstep-Windows-MSVC-${{matrix.arch}}-${{matrix.type}}.zip C:\GNUstep\${{matrix.arch}}\${{matrix.type}}
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: GNUstep-Windows-MSVC-${{matrix.arch}}-${{matrix.type}}.zip
name: GNUstep-Windows-MSVC-${{matrix.arch}}-${{matrix.type}}
Expand Down

0 comments on commit ef48ebb

Please sign in to comment.