Skip to content

Commit 80bf66e

Browse files
authored
Merge pull request #42 from knrdl/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ba620ea + 0830400 commit 80bf66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Run build
1515
run: go build -ldflags="-s -w"
1616
- name: Archive production artifacts
17-
uses: actions/upload-artifact@v4
17+
uses: actions/upload-artifact@v5
1818
with:
1919
name: poligo
2020
path: |

0 commit comments

Comments
 (0)