Skip to content

Commit 8fc6461

Browse files
committed
chore: upgrade broken GitHub Actions
https://github.com/orgs/community/discussions/142581 Signed-off-by: Anders Kaseorg <andersk@mit.edu>
1 parent 1067900 commit 8fc6461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
files: ./coverage/lcov.info
3838
fail_ci_if_error: true
3939
- name: Collect artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
if: "failure() && matrix.stage != 'unit'"
4242
with:
4343
name: Image snapshots (${{ matrix.stage }})

.github/workflows/update-storyshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Update snapshots
2222
run: pnpm test:storyshots -u
2323
- name: Collect artifacts
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
if: always()
2626
with:
2727
name: Updated storyshots

0 commit comments

Comments
 (0)