Skip to content

Commit c25d38e

Browse files
authored
Merge pull request #287 from mxpv/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2.3.1 to 3
2 parents 9a5723d + 866702a commit c25d38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: 1.15
2424
- uses: actions/checkout@v3
2525
- run: make build
26-
- uses: actions/upload-artifact@v2.3.1
26+
- uses: actions/upload-artifact@v3
2727
with:
2828
name: podsync-${{ matrix.os }}
2929
path: bin/

0 commit comments

Comments
 (0)