Skip to content

Commit e332e7d

Browse files
authored
Merge pull request #97 from Neotron-Compute/bump-actions
Update actions/upload-artifact to v4.
2 parents 70fd859 + 6734ad1 commit e332e7d

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
@@ -37,7 +37,7 @@ jobs:
3737
./build.sh --verbose
3838
3939
- name: Upload Artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
if: ${{success()}}
4242
with:
4343
name: Artifacts

0 commit comments

Comments
 (0)