File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@master
10
- - uses : actions/cache@v3
9
+ - uses : actions/checkout@v4
10
+ - uses : actions/cache@v4
11
11
name : Cache Stack
12
12
with :
13
13
path : ~/.stack/
39
39
$HOME/.local/bin/stack exec blog build
40
40
41
41
- name : Upload build
42
- uses : actions/upload-artifact@v2
42
+ uses : actions/upload-artifact@v4
43
43
with :
44
44
name : blog-${{ github.sha }}
45
45
path : _site/
48
48
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/checkout@master
51
+ - uses : actions/checkout@v4
52
52
- name : Download build
53
- uses : actions/download-artifact@v4.1.7
53
+ uses : actions/download-artifact@v4
54
54
with :
55
55
name : blog-${{ github.sha }}
56
56
path : _site/
You can’t perform that action at this time.
0 commit comments