File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
if : github.event_name == 'push'
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : Log into Github registry
16
16
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Original file line number Diff line number Diff line change 10
10
if : github.event_name == 'push'
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : Log into Github registry
16
16
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -35,19 +35,19 @@ jobs:
35
35
bzip2 artifacts/*
36
36
37
37
- name : Upload curator executable
38
- uses : actions/upload-artifact@v1
38
+ uses : actions/upload-artifact@v3
39
39
with :
40
40
name : curator
41
41
path : artifacts/curator.bz2
42
42
43
43
- name : Upload casa-curator executable
44
- uses : actions/upload-artifact@v1
44
+ uses : actions/upload-artifact@v3
45
45
with :
46
46
name : casa-curator
47
47
path : artifacts/casa-curator.bz2
48
48
49
49
- name : Publish artifacts
50
- uses : svenstaro/upload-release-action@v1-release
50
+ uses : svenstaro/upload-release-action@v2
51
51
with :
52
52
repo_token : ${{ secrets.GITHUB_TOKEN }}
53
53
file : artifacts/*
You can’t perform that action at this time.
0 commit comments