Skip to content

Commit

Permalink
CI: Update Artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Nov 13, 2024
1 parent 02ade2f commit 14da67b
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-macos-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
pushd build-boost/Boost-for-Android/libiconv-libicu-android/${{ matrix.ndk-arch }}/
zip -r -9 -q ../../../../FreeOrionSDK_${{ steps.cmake-dist-version.outputs.dist-version }}_Android-${{ matrix.ndk-arch }}.zip lib/libicui18n.a lib/libicuuc.a lib/libicudata.a lib/libiconv.so
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Artifacts
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd build
cmake --build . --config RelWithDebInfo
- name: Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
name: MacOS SDK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd build
cmake --build . --config RelWithDebInfo -- /verbosity:d
- name: Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
with:
name: Windows SDK
Expand Down

0 comments on commit 14da67b

Please sign in to comment.