Skip to content

Commit 1a7ba7b

Browse files
chore(deps): update github artifact actions to v4
1 parent 6b76bbb commit 1a7ba7b

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@v3
45+
- uses: actions/upload-artifact@v4
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@v3
68+
- uses: actions/download-artifact@v4
6969
with:
7070
name: package.tgz
7171

0 commit comments

Comments
 (0)