We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a257f1 + 4104c9f commit 922f27dCopy full SHA for 922f27d
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Create archive for Windows
32
run: cp ./target/release/lisi.exe ./artifacts/${{ runner.os }}/
33
if: matrix.os == 'windows-latest'
34
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
35
with:
36
name: lisi-${{ runner.os }}
37
path: ./artifacts/${{ runner.os }}
0 commit comments