Skip to content

Commit

Permalink
[CI] Switch to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogtinator committed Feb 4, 2025
1 parent e2f1442 commit 88d702f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fi
- name: Upload zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firebird-emu-android
path: build/firebird-emu.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
xcrun stapler staple "firebird-emu_macOS.dmg"
- name: "Upload DMG"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firebird-emu_macOS
path: firebird-emu_macOS.dmg
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
windeployqt --qmldir=../qml --no-qmltooling firebird-emu/firebird-emu.exe
- name: Upload zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firebird-emu-${{ matrix.arch }}
# Use a wildcard to force a subfolder
Expand Down

0 comments on commit 88d702f

Please sign in to comment.