Skip to content

Commit 5a781df

Browse files
Update GitHub Artifact Actions to v4
1 parent 50dc17b commit 5a781df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: 'Upload Artifact'
3232
if: always()
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: ${{ github.sha }}-dist
3636
path: dist

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: ./.github/actions/install-dependencies
3030

3131
- name: 'Download Artifacts'
32-
uses: actions/download-artifact@v3
32+
uses: actions/download-artifact@v4
3333
with:
3434
name: ${{ github.sha }}-dist
3535
path: ./dist

0 commit comments

Comments
 (0)