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 12
12
name : build & run tests
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
- name : docker build
Original file line number Diff line number Diff line change 15
15
fullSemVer : ${{ steps.gitversion.outputs.fullSemVer }}
16
16
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
78
78
79
79
steps :
80
80
- name : download artifact
81
- uses : actions/download-artifact@v4
81
+ uses : actions/download-artifact@v5
82
82
with :
83
83
name : nugets
84
84
99
99
needs : build
100
100
101
101
steps :
102
- - uses : actions/download-artifact@v4
102
+ - uses : actions/download-artifact@v5
103
103
with :
104
104
name : nugets
105
105
@@ -119,7 +119,7 @@ jobs:
119
119
if : startsWith(github.ref, 'refs/tags/')
120
120
121
121
steps :
122
- - uses : actions/download-artifact@v4
122
+ - uses : actions/download-artifact@v5
123
123
with :
124
124
name : nugets
125
125
You can’t perform that action at this time.
0 commit comments