Skip to content

Commit 66d5759

Browse files
Update workflow.yml: Deprecate v3 of the artifact actions
1 parent 21e1a60 commit 66d5759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
FOLDER: data #directory to generate index
1818

1919
- name: Upload artifact
20-
uses: actions/upload-pages-artifact@v1
20+
uses: actions/upload-pages-artifact@v3
2121
with:
2222
path: 'data' # upload generated folder
2323

@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v1
40+
uses: actions/deploy-pages@v4
4141

4242

4343
notification-events:

0 commit comments

Comments
 (0)