Skip to content

Commit 5c6591e

Browse files
authored
Upgrade upload-pages-artifact action to v3
1 parent 214e285 commit 5c6591e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/configure-pages@v3
138138
if: ${{ !cancelled() }}
139139
- name: Upload artifact
140-
uses: actions/upload-pages-artifact@v2
140+
uses: actions/upload-pages-artifact@v3
141141
if: ${{ !cancelled() }}
142142
with:
143143
path: "dist/"

0 commit comments

Comments
 (0)