Skip to content

Commit e0b5cb8

Browse files
Bump dawidd6/action-download-artifact from 4 to 5
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 4 to 5. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v4...v5) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99bc9fa commit e0b5cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
run: echo "BRANCH=$(gh release list -L 1 --json tagName --jq '.[0] | .tagName')" >> $GITHUB_ENV
7777
- name: Download Last Successful Build
78-
uses: dawidd6/action-download-artifact@v4
78+
uses: dawidd6/action-download-artifact@v5
7979
with:
8080
workflow: preview-and-release.yml
8181
workflow_conclusion: success

0 commit comments

Comments
 (0)