Skip to content

Commit 326d4b5

Browse files
chore(deps): update github artifact actions (#1032)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd66bf1 commit 326d4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cd dist/apps/generator-cli
4343
yarn pack -f ../package.tgz
4444
45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v5
4646
with:
4747
name: package.tgz
4848
path: dist/apps/package.tgz
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: ${{matrix.node-version }}
6767

68-
- uses: actions/download-artifact@v5
68+
- uses: actions/download-artifact@v6
6969
with:
7070
name: package.tgz
7171

0 commit comments

Comments
 (0)