Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 34d1e44

Browse files
Update actions/upload-artifact action to v4
1 parent ca6166c commit 34d1e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
SESSION_SECRET: ${{ secrets.SESSION_SECRET }}
2525
STRIPE_WEBHOOK_KEY: ${{ secrets.STRIPE_WEBHOOK_KEY }}
2626

27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
if: always()
2929
with:
3030
name: test-results
3131
path: test-results/
3232
retention-days: 30
3333

34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
if: always()
3636
with:
3737
name: example-store-e2e-web-server.log

0 commit comments

Comments
 (0)