Skip to content

Commit 9e07805

Browse files
change to actions/upload-pages-artifact@v2
1 parent 3e6d5ce commit 9e07805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/first-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Repository
3434
uses: actions/checkout@v4
3535
- name: Upload artifact for deployment
36-
uses: actions/upload-pages-artifact@v4
36+
uses: actions/upload-pages-artifact@v2
3737
with:
3838
path: ./
3939

0 commit comments

Comments
 (0)