Skip to content

Commit 07fb901

Browse files
authored
Merge pull request #7 from techquestsdev/dependabot/github_actions/actions/upload-artifact-7
ci: bump actions/upload-artifact from 6 to 7
2 parents fd5f2dc + a6828a7 commit 07fb901

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
@@ -91,7 +91,7 @@ jobs:
9191
run: go build -v -o bin/howto${{ matrix.os == 'windows-latest' && '.exe' || '' }} .
9292

9393
- name: Upload artifact
94-
uses: actions/upload-artifact@v6
94+
uses: actions/upload-artifact@v7
9595
with:
9696
name: howto-${{ matrix.os }}
9797
path: bin/howto${{ matrix.os == 'windows-latest' && '.exe' || '' }}

0 commit comments

Comments
 (0)