Skip to content

Commit 9f6323f

Browse files
authored
Merge pull request #7 from baptistecdr/renovate/major-github-artifact-actions
chore(deps): update github artifact actions to v4 (major)
2 parents ef95e64 + a0cd452 commit 9f6323f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: yarn lint
2020
- run: yarn build
2121
- run: yarn package
22-
- uses: actions/upload-artifact@v3
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: dist
2525
path: ./dist/

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
ref: 'latest'
2424
if: ${{ steps.release.outputs.release_created }}
25-
- uses: actions/download-artifact@v3
25+
- uses: actions/download-artifact@v4
2626
with:
2727
name: dist
2828
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)