Skip to content

Commit 7b3563f

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (PR #2816)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22ee9a2 commit 7b3563f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
JADX_BUILD_JAVA_VERSION: 11
3434

3535
- name: Save bundle artifact
36-
uses: actions/upload-artifact@v6
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: ${{ format('jadx-{0}', env.JADX_VERSION) }}
3939
# Waiting fix for https://github.com/actions/upload-artifact/issues/39 to upload zip file
@@ -43,7 +43,7 @@ jobs:
4343
retention-days: 14
4444

4545
- name: Save Windows bundle artifact
46-
uses: actions/upload-artifact@v6
46+
uses: actions/upload-artifact@v7
4747
with:
4848
name: ${{ format('jadx-gui-{0}-no-jre-win', env.JADX_VERSION) }}
4949
# Upload unpacked files for now
@@ -81,7 +81,7 @@ jobs:
8181
run: ./gradlew dist -PbundleJRE=true
8282

8383
- name: Save Windows with JRE bundle artifact
84-
uses: actions/upload-artifact@v6
84+
uses: actions/upload-artifact@v7
8585
with:
8686
name: ${{ format('jadx-gui-{0}-with-jre-win', env.JADX_VERSION) }}
8787
# Upload unpacked files for now

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ./gradlew dist -PbundleJRE=true
3535

3636
- name: Save JRE bundle artifact
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: ${{ format('jadx-gui-{0}-with-jre-win', env.JADX_VERSION) }}
4040
path: ${{ format('build/distWinWithJre/jadx-gui-{0}-with-jre-win.zip', env.JADX_VERSION) }}

0 commit comments

Comments
 (0)