Skip to content

Commit 52b8248

Browse files
chore(deps): update github artifact actions (major) (#213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ed1e52 commit 52b8248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/store-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
PRIVATE_KEY: ${{ secrets.APP_KEY }}
5757

5858
- name: Upload results
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: results
6262
path: |
@@ -80,7 +80,7 @@ jobs:
8080
ref: results
8181

8282
- name: Download results
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v8
8484
with:
8585
name: results
8686
path: ${{ github.workspace }}
@@ -111,7 +111,7 @@ jobs:
111111
uses: ./.github/actions/setup-node
112112

113113
- name: Download results
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v8
115115
with:
116116
name: results
117117
path: ${{ github.workspace }}/public

0 commit comments

Comments
 (0)