Skip to content

Commit f3f21ee

Browse files
build(deps): bump actions/download-artifact from 2.1.0 to 3 (#54)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.1.0...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2db6dd7 commit f3f21ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
with:
238238
jvm: ${{ matrix.jdk }}
239239
- name: Download built GraalVM binaries
240-
uses: actions/download-artifact@v2.1.0
240+
uses: actions/download-artifact@v3
241241
with:
242242
name: bloop-artifacts
243243
path: bloop-artifacts

0 commit comments

Comments
 (0)