Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.1...v4.3.2)

---
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] committed Apr 19, 2024
1 parent 7157597 commit 5011fbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ jobs:
# Save the APKs after the Build job is complete to publish it as a Github release in the next job
- name: Upload universal APK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: nymvpn-universal
path: ${{ steps.universal-path.outputs.path }}

- name: Upload armv7 APK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: nymvpn-armv7
path: ${{ steps.armv7-path.outputs.path }}

- name: Upload armv8 APK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: nymvpn-armv8
path: ${{ steps.armv8-path.outputs.path }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@ jobs:
echo "VERSION_CODE=$version_code" >> $GITHUB_ENV
# Save the APK after the Build job is complete to publish it as a Github release in the next job
- name: Upload universal APK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: nymvpn-universal
path: ${{ steps.universal-path.outputs.path }}

- name: Upload armv7 APK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: nymvpn-armv7
path: ${{ steps.armv7-path.outputs.path }}

- name: Upload armv8 APK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: nymvpn-armv8
path: ${{ steps.armv8-path.outputs.path }}
Expand Down

0 comments on commit 5011fbe

Please sign in to comment.