Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 21, 2024
1 parent 5dff424 commit 596f91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cd dist/apps/generator-cli
yarn pack -f ../package.tgz
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: package.tgz
path: dist/apps/package.tgz
Expand All @@ -65,7 +65,7 @@ jobs:
with:
node-version: ${{matrix.node-version }}

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: package.tgz

Expand Down

0 comments on commit 596f91c

Please sign in to comment.