Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#272)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/upload-artifact](https://togithub.com/actions/upload-artifact)
| action | major | `v3` -> `v4` |

Signed-off-by: msclock <msclock@qq.com>
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
Co-authored-by: msclock <msclock@qq.com>
  • Loading branch information
serious-scaffold[bot] and msclock authored Jun 3, 2024
1 parent 822b394 commit 9a5740c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: valgrind-results
path: out/valgrind-results.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
with:
name: valgrind-results
path: out/valgrind-results.tar.gz
Expand Down

0 comments on commit 9a5740c

Please sign in to comment.