Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
ne-sachirou committed Apr 23, 2024
2 parents d109475 + a33c5b0 commit 517f628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: 1.21.x
cache: true
- run: make all
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: linux-build-artifacts
path: |
Expand Down

0 comments on commit 517f628

Please sign in to comment.