We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0720ded + e7d9c84 commit a29b35eCopy full SHA for a29b35e
1 file changed
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
run: go build -v -o bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }} .
92
93
- name: Upload artifact
94
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
95
with:
96
name: git-context-${{ matrix.os }}
97
path: bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }}
0 commit comments