Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.4.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent f5429d4 commit 50d8390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
cp android/build/outputs/bundle/release/android-release.aab build/output/Sleeps-${{ github.ref_name }}.aab
-
name: Archive APK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Android APK
path: build/output/Sleeps-${{ github.ref_name }}.apk
-
name: Archive Bundle
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: Android AAB
path: build/output/Sleeps-${{ github.ref_name }}.aab
Expand Down

0 comments on commit 50d8390

Please sign in to comment.