Skip to content

Commit fffddae

Browse files
committed
workflows: update versions
1 parent 9d0300d commit fffddae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-deploy.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@master
10-
- uses: actions/cache@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/cache@v4
1111
name: Cache Stack
1212
with:
1313
path: ~/.stack/
@@ -39,7 +39,7 @@ jobs:
3939
$HOME/.local/bin/stack exec blog build
4040
4141
- name: Upload build
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: blog-${{ github.sha }}
4545
path: _site/
@@ -48,9 +48,9 @@ jobs:
4848
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@master
51+
- uses: actions/checkout@v4
5252
- name: Download build
53-
uses: actions/download-artifact@v4.1.7
53+
uses: actions/download-artifact@v4
5454
with:
5555
name: blog-${{ github.sha }}
5656
path: _site/

0 commit comments

Comments
 (0)