mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Merge pull request #20 from ChrisTitusTech/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
This commit is contained in:
commit
897f5ffa2d
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: target/debug/linutil
|
||||
|
|
Loading…
Reference in New Issue
Block a user