Skip to content

Commit a29b35e

Browse files
authored
Merge pull request #9 from techquestsdev/dependabot/github_actions/actions/upload-artifact-6
chore(deps): Bump actions/upload-artifact from 5 to 6
2 parents 0720ded + e7d9c84 commit a29b35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }} .
9292

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

0 commit comments

Comments
 (0)