Skip to content

Commit 922f27d

Browse files
authored
Merge pull request #33 from kober-systems/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v6
2 parents 1a257f1 + 4104c9f commit 922f27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Create archive for Windows
3232
run: cp ./target/release/lisi.exe ./artifacts/${{ runner.os }}/
3333
if: matrix.os == 'windows-latest'
34-
- uses: actions/upload-artifact@v5
34+
- uses: actions/upload-artifact@v6
3535
with:
3636
name: lisi-${{ runner.os }}
3737
path: ./artifacts/${{ runner.os }}

0 commit comments

Comments
 (0)