Skip to content

Commit e137156

Browse files
committed
Updated some gh actions
1 parent 574b245 commit e137156

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
- name: Setup Pages
32-
uses: actions/configure-pages@v3
32+
uses: actions/configure-pages@v5
3333
- name: Install Swift
3434
uses: sersoft-gmbh/swifty-linux-action@v3
3535
with:
3636
release-version: 6.0
3737
- name: Build with SwiftySites
3838
run: swift run -c release generate --clean
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v2
40+
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: ./www
4343

@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v2
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)