Skip to content

Commit

Permalink
ci: bumped actions/upload-artifact to version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Sep 4, 2024
1 parent 76dc71b commit 301527d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
Compress-Archive -Path publish\* -Destination artifacts\primext-${{ matrix.cmake_preset }}.zip
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: artifact-${{ matrix.cmake_preset }}
path: artifacts/*
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
cp android/app/build/outputs/apk/debug/app-debug.apk artifacts/primext-debug.apk
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: artifact-android-debug
path: artifacts/*
Expand Down

0 comments on commit 301527d

Please sign in to comment.