Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
lufia authored Feb 20, 2024
2 parents 6d74a39 + 6d35a68 commit fdb00b2
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 @@ -47,7 +47,7 @@ jobs:
with:
go-version: 1.20.x
- run: make clean rpm deb
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: linux-build-artifacts
path: |
Expand Down

0 comments on commit fdb00b2

Please sign in to comment.