Skip to content

Commit fa8682c

Browse files
authored
chore: Use actions/upload-artifact@v4 in workflows (#62)
1 parent e3f4378 commit fa8682c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/visual-regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: npm install
3737
- run: npm run build
3838
- run: npm run test:visual
39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
if: always()
4141
with:
4242
name: visual-regression-snapshots-results
@@ -54,7 +54,7 @@ jobs:
5454
- run: npm install
5555
- run: npm run build
5656
- run: npm run test:visual:update
57-
- uses: actions/upload-artifact@v3
57+
- uses: actions/upload-artifact@v4
5858
with:
5959
name: visual-regression-snapshots
6060
path: ${{ env.VISUAL_REGRESSION_SNAPSHOT_DIRECTORY }}

0 commit comments

Comments
 (0)