Skip to content

Commit

Permalink
ci: bump artifact actions to v4.6.0 (#6023)
Browse files Browse the repository at this point in the history
Bump!
  • Loading branch information
RobbieNeko authored Jan 31, 2025
1 parent f649282 commit fa01ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ jobs:

- name: emit success artifact
if: ${{ success() && matrix.upload-artifact == 'true' }}
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ github.event.number }}
path: ${{ github.event.number }}

- name: upload artifacts if failed
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.6.0
if: failure()
with:
name: cata_test
Expand Down

0 comments on commit fa01ff2

Please sign in to comment.