Skip to content

Commit

Permalink
Merge pull request #1139 from mackerelio/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
lufia authored Feb 20, 2024
2 parents 50c26f5 + 59f839f commit 3b2d8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: linux-build-artifacts
path: artifacts/
Expand Down

0 comments on commit 3b2d8e8

Please sign in to comment.