File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7373
7474 - name : Upload package artifact
7575 if : startsWith(github.event.ref, 'refs/tags')
76- uses : actions/upload-artifact@v2
76+ uses : actions/upload-artifact@v3
7777 with :
7878 path : deploy
7979 retention-days : 1
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 cp ../hyperion_* /deploy"
121121
122122 - name : Upload package artifact
123- uses : actions/upload-artifact@v2.2.4
123+ uses : actions/upload-artifact@v3
124124 with :
125125 path : deploy
126126 retention-days : 1
Original file line number Diff line number Diff line change 6262
6363 # Upload artifacts
6464 - name : Upload artifacts
65- uses : actions/upload-artifact@v2
65+ uses : actions/upload-artifact@v3
6666 with :
6767 name : ${{ matrix.dockerImage }}
6868 path : ${{ matrix.dockerImage }}
@@ -108,7 +108,7 @@ jobs:
108108
109109 # Upload artifacts
110110 - name : Upload artifacts
111- uses : actions/upload-artifact@v2
111+ uses : actions/upload-artifact@v3
112112 with :
113113 name : macOS
114114 path : macOS
@@ -187,7 +187,7 @@ jobs:
187187
188188 # Upload artifacts
189189 - name : Upload artifacts
190- uses : actions/upload-artifact@v2
190+ uses : actions/upload-artifact@v3
191191 with :
192192 name : windows
193193 path : windows
Original file line number Diff line number Diff line change 5050 # Upload artifacts (only on tagged commit)
5151 - name : Upload artifacts
5252 if : startsWith(github.event.ref, 'refs/tags')
53- uses : actions/upload-artifact@v2
53+ uses : actions/upload-artifact@v3
5454 with :
5555 path : deploy/Hyperion-*
5656
8181 # Upload artifacts (only on tagged commit)
8282 - name : Upload artifacts
8383 if : startsWith(github.event.ref, 'refs/tags')
84- uses : actions/upload-artifact@v2
84+ uses : actions/upload-artifact@v3
8585 with :
8686 path : build/Hyperion-*
8787
@@ -146,7 +146,7 @@ jobs:
146146 # Upload artifacts (only on tagged commit)
147147 - name : Upload artifacts
148148 if : startsWith(github.event.ref, 'refs/tags')
149- uses : actions/upload-artifact@v2
149+ uses : actions/upload-artifact@v3
150150 with :
151151 path : build/Hyperion-*
152152 retention-days : 1
You can’t perform that action at this time.
0 commit comments