Skip to content

Commit 773ba7f

Browse files
chore(deps): update github artifact actions to v4
1 parent 319d648 commit 773ba7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: npm run build
2727
- name: Upload build artifacts
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: build-output
3131
path: build/
@@ -41,7 +41,7 @@ jobs:
4141
contents: write
4242
steps:
4343
- name: Download build artifacts
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4
4545
with:
4646
name: build-output
4747
path: build/
@@ -65,7 +65,7 @@ jobs:
6565
if: startsWith(github.ref, 'refs/tags/')
6666
steps:
6767
- name: Download build artifacts
68-
uses: actions/download-artifact@v3
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: build-output
7171
path: build/

0 commit comments

Comments
 (0)