Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4
  • Loading branch information
ne-sachirou committed Apr 23, 2024
2 parents 517f628 + ce4edb3 commit 3a1c26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -46,7 +46,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 3a1c26e

Please sign in to comment.