Skip to content

Commit b3aebab

Browse files
authored
Merge pull request #148 from LukWebsForge/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 496f5f7 + 71b9443 commit b3aebab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: curl -sL https://taskfile.dev/install.sh | sh
2525
- name: Build using Taskfile.yml
2626
run: ./bin/task build
27-
- uses: actions/upload-artifact@v5
27+
- uses: actions/upload-artifact@v6
2828
with:
2929
name: compiled-application-amd64-ubuntu
3030
path: out/*

0 commit comments

Comments
 (0)