Skip to content

Commit 418292d

Browse files
Update actions/upload-artifact action to v3 (#105)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 80cda45 commit 418292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: cargo build --all-features --locked --release
4444

4545
- name: Upload artifacts
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v3
4747
with:
4848
name: build-${{ matrix.os }}
4949
path: target/release/${{ matrix.file-name }}

0 commit comments

Comments
 (0)