Skip to content

Commit 61ee0cd

Browse files
committed
ci(publish-artifacts.yml): Bump GHA versions
1 parent 25af64f commit 61ee0cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-artifacts.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v4
3535
- name: Setup Pages
36-
uses: actions/configure-pages@v4
36+
uses: actions/configure-pages@v5
3737
- name: Build with Jekyll
3838
uses: actions/jekyll-build-pages@v1
3939
with:
@@ -42,20 +42,20 @@ jobs:
4242
# Not the default gh download-artifact action, which doesn't work
4343
# between workflows
4444
- name: Get previous artifact learn-ocaml-www
45-
uses: dawidd6/action-download-artifact@v8
45+
uses: dawidd6/action-download-artifact@v10
4646
with:
4747
workflow: ${{ github.event.workflow_run.workflow_id }}
4848
name: learn-ocaml-www
4949
path: artifacts/
5050
skip_unpack: true
5151
- name: Get previous artifact learn-ocaml-linux-x86_64
52-
uses: dawidd6/action-download-artifact@v8
52+
uses: dawidd6/action-download-artifact@v10
5353
with:
5454
workflow: ${{ github.event.workflow_run.workflow_id }}
5555
name: learn-ocaml-linux-x86_64
5656
path: artifacts/linux-x86_64
5757
- name: Get previous artifact learn-ocaml-darwin-x86_64
58-
uses: dawidd6/action-download-artifact@v8
58+
uses: dawidd6/action-download-artifact@v10
5959
with:
6060
workflow: ${{ github.event.workflow_run.workflow_id }}
6161
name: learn-ocaml-darwin-x86_64
@@ -67,7 +67,7 @@ jobs:
6767
tree -H . --noreport --dirsfirst -T 'Learn-ocaml latest development artifacts' --charset utf-8 -o index.html
6868
sudo chown -R root:root .
6969
- name: Upload artifact
70-
uses: actions/upload-pages-artifact@v2
70+
uses: actions/upload-pages-artifact@v3
7171

7272
# Deployment job
7373
deploy:
@@ -81,4 +81,4 @@ jobs:
8181
steps:
8282
- name: Deploy to GitHub Pages
8383
id: deployment
84-
uses: actions/deploy-pages@v3
84+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)