Skip to content

Commit cd5ae12

Browse files
authored
Merge pull request #808 from mackerelio/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents d7bf111 + 2d8ad2a commit cd5ae12

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
@@ -56,7 +56,7 @@ jobs:
5656
go-version: 1.20.x
5757
- uses: actions/checkout@v4
5858
- run: make clean build rpm deb
59-
- uses: actions/upload-artifact@v3
59+
- uses: actions/upload-artifact@v4
6060
with:
6161
name: linux-build-artifacts
6262
path: |

0 commit comments

Comments
 (0)