Skip to content

Commit 9c985d8

Browse files
committed
chore: update actions/upload-artifact
1 parent 3d5c56d commit 9c985d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
projectPath: './sample'
2626
githubToken: ${{ secrets.GITHUB_TOKEN }}
2727
testMode: 'EditMode'
28-
- uses: actions/upload-artifact@v2
28+
- uses: actions/upload-artifact@v4
2929
if: always()
3030
with:
3131
name: Test results
3232
path: ${{ steps.passportTest.outputs.artifactsPath }}
3333

34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v4
3535
if: always()
3636
with:
3737
name: Coverage results

0 commit comments

Comments
 (0)