Skip to content

Commit 48a303d

Browse files
chore: update github artifact actions (major) (#589)
chore: update github artifact actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6dd666f commit 48a303d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- run: npm install
8282
- run: npm run build
8383
- name: Upload build results
84-
uses: actions/upload-artifact@v4
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: build_dist
8787
path: dist
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
node-version: ${{ matrix.node-version }}
111111
- name: Download build results
112-
uses: actions/download-artifact@v5
112+
uses: actions/download-artifact@v7
113113
with:
114114
name: build_dist
115115
path: dist

0 commit comments

Comments
 (0)