Skip to content

Commit 8417c84

Browse files
authored
Merge pull request #5 from lightningrodlabs/4-build-error-github-actions-upload-artifact
bumping all github action artifacts to latest version
2 parents 3016f4b + 1a4ea89 commit 8417c84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
- name: Detect package manager
3939
id: detect-package-manager
4040
run: |
@@ -51,20 +51,20 @@ jobs:
5151
exit 1
5252
fi
5353
- name: Setup Node
54-
uses: actions/setup-node@v3
54+
uses: actions/setup-node@v4
5555
with:
5656
node-version: "16"
5757
cache: ${{ steps.detect-package-manager.outputs.manager }}
5858
- name: Setup Pages
5959
id: pages
60-
uses: actions/configure-pages@v1
60+
uses: actions/configure-pages@v5
6161
with:
6262
# Automatically inject pathPrefix in your Gatsby configuration file.
6363
#
6464
# You may remove this line if you want to manage the configuration yourself.
6565
static_site_generator: gatsby
6666
- name: Restore cache
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: |
7070
public
@@ -79,7 +79,7 @@ jobs:
7979
PREFIX_PATHS: 'true'
8080
run: ${{ steps.detect-package-manager.outputs.manager }} run build
8181
- name: Upload artifact
82-
uses: actions/upload-pages-artifact@v1
82+
uses: actions/upload-pages-artifact@v3
8383
with:
8484
path: ./public
8585

@@ -93,4 +93,4 @@ jobs:
9393
steps:
9494
- name: Deploy to GitHub Pages
9595
id: deployment
96-
uses: actions/deploy-pages@v1
96+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)