Skip to content

Commit 16ce5f8

Browse files
committed
chore: update upload/downnload-artifact actions
1 parent bc7909d commit 16ce5f8

5 files changed

+6
-6
lines changed

.github/workflows/_compile-themes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
packages/utils/dist/all.css
5858
5959
- name: Upload themes
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: themes
6363
path: themes.tar

.github/workflows/_create-screenshots.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm ci --no-audit --no-fund
4949

5050
- name: Download artifacts
51-
uses: actions/download-artifact@v4.1.7
51+
uses: actions/download-artifact@v4
5252
with:
5353
path: .tmp
5454

@@ -62,7 +62,7 @@ jobs:
6262
run: tar -cf screenshots-${{ matrix.theme }}.tar tests/_output/${{ matrix.theme }}
6363

6464
- name: Upload screenshots
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: screenshots-${{ matrix.theme }}
6868
path: screenshots-${{ matrix.theme }}.tar

.github/workflows/_render-test-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Upload test pages
155155
if: ${{ inputs.upload-policy != 'never' }}
156-
uses: actions/upload-artifact@v3
156+
uses: actions/upload-artifact@v4
157157
with:
158158
name: test-pages
159159
path: test-pages.tar

.github/workflows/_test-contrast.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
npm ci --no-audit --no-fund
6666
6767
- name: Download artifacts
68-
uses: actions/download-artifact@v4.1.7
68+
uses: actions/download-artifact@v4
6969
with:
7070
path: .tmp
7171

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343

4444
- name: Download artifacts
45-
uses: actions/download-artifact@v4.1.7
45+
uses: actions/download-artifact@v4
4646
with:
4747
path: .tmp
4848

0 commit comments

Comments
 (0)