Skip to content

Commit cef70af

Browse files
Bump actions/upload-artifact from 2 to 3 (#1500)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec55398 commit cef70af

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

.github/workflows/push-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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

@@ -81,7 +81,7 @@ jobs:
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

0 commit comments

Comments
 (0)