Skip to content

Commit

Permalink
Merge pull request #1709 from scalacenter/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/download-artifact-3

build(deps): bump actions/download-artifact from 2.1.0 to 3
  • Loading branch information
tgodzik authored Apr 7, 2022
2 parents ebf0cf4 + d4d943a commit 9c18545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
with:
node-version: "10.x"
- name: Download built GraalVM binaries
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3
with:
name: bloop-artifacts
path: bloop-artifacts
Expand Down

0 comments on commit 9c18545

Please sign in to comment.