Skip to content

Commit 8f47dba

Browse files
authored
chore(deps): update actions/upload-artifact to v4 (#4012)
1 parent 88b5056 commit 8f47dba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/fonts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ jobs:
110110
printf '[diff "font"]\n\tbinary = true\n\ttextconv = ttx -q -i -o -' >> ~/.gitconfig
111111
git diff --exit-code
112112
113-
- uses: actions/upload-artifact@v3
113+
- uses: actions/upload-artifact@v4
114114
if: failure()
115115
with:
116116
name: fonts
117117
path: fonts
118-
- uses: actions/upload-artifact@v3
118+
- uses: actions/upload-artifact@v4
119119
if: failure()
120120
with:
121121
name: metrics

.github/workflows/screenshotter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ jobs:
8181
docker logs ${{ job.services.selenium.id }}
8282
echo "::$TOKEN::"
8383
84-
- uses: actions/upload-artifact@v3
84+
- uses: actions/upload-artifact@v4
8585
if: failure()
8686
with:
8787
name: new-${{ matrix.browser }}
8888
path: test/screenshotter/new
89-
- uses: actions/upload-artifact@v3
89+
- uses: actions/upload-artifact@v4
9090
if: failure()
9191
with:
9292
name: diff-${{ matrix.browser }}

0 commit comments

Comments
 (0)