Skip to content

Commit b91a89a

Browse files
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b94b81d commit b91a89a

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
@@ -67,7 +67,7 @@ jobs:
6767
distribution: 'adopt'
6868
cache: gradle
6969
- name: Download Current Build
70-
uses: actions/download-artifact@v2
70+
uses: actions/download-artifact@v3
7171
with:
7272
name: drop
7373
path: artifacts/current/

0 commit comments

Comments
 (0)