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