Skip to content

Commit 91f4318

Browse files
committed
use upload-artifact@v3 in github action
1 parent 8ace3e1 commit 91f4318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: cargo build --release
3333

34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v3
3535
name: Upload a Build Artifact
3636
with:
3737
name: matscan

0 commit comments

Comments
 (0)