Skip to content

Commit 9ead62a

Browse files
committed
bumping version on a GH action in the workflow...again
1 parent a0d2c3c commit 9ead62a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ jobs:
4848
JEKYLL_ENV: production
4949
- name: Upload artifact
5050
# Automatically uploads an artifact from the './_site' directory by default
51-
uses: actions/upload-artifact@v4
52-
with:
53-
name: "jekyll"
54-
path: "${{ github.workspace }}/pages/"
55-
retention-days: 1
51+
uses: actions/upload-pages-artifact@v3
5652

5753
# Deployment job
5854
deploy:
@@ -64,4 +60,4 @@ jobs:
6460
steps:
6561
- name: Deploy to GitHub Pages
6662
id: deployment
67-
uses: actions/deploy-pages@v1
63+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)