Skip to content

Commit 75f6d77

Browse files
committed
Update actions
1 parent 533bf52 commit 75f6d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
container:
99
image: ipfs/ci-websites
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Build
1313
run: make build
14-
- uses: actions/upload-artifact@v3
14+
- uses: actions/upload-artifact@v4
1515
with:
1616
name: website
1717
path: public
@@ -34,7 +34,7 @@ jobs:
3434
CIRCLE_PROJECT_USERNAME: ipfs-cluster
3535
CIRCLE_PROJECT_REPONAME: ipfs-cluster-website
3636
steps:
37-
- uses: actions/download-artifact@v3
37+
- uses: actions/download-artifact@v4
3838
with:
3939
name: website
4040
path: /tmp/workspace

0 commit comments

Comments
 (0)