Skip to content

Commit 08714b0

Browse files
authored
Merge pull request mackerelio#698 from mackerelio/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 9e619cc + e23df0e commit 08714b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
101101
steps:
102-
- uses: actions/download-artifact@v2
102+
- uses: actions/download-artifact@v3
103103
with:
104104
name: linux-build-artifacts
105105
path: artifacts/

0 commit comments

Comments
 (0)