Skip to content

Commit ed7ba30

Browse files
build(deps): bump actions/upload-artifact from 2 to 3 (#3141)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3b2021 commit ed7ba30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Don't set the OS as we use both linux and alpine-linux
7474
PLATFORM_CONFIG_LOCATION: AdoptOpenJDK/openjdk-build/master/build-farm/platform-specific-configurations
7575

76-
- uses: actions/upload-artifact@v2
76+
- uses: actions/upload-artifact@v3
7777
name: Collect and Archive Artifacts
7878
with:
7979
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -95,7 +95,7 @@ jobs:
9595
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
9696
vendor_testBranches: "${{ github.head_ref }}"
9797
vendor_testDirs: "/test/functional"
98-
- uses: actions/upload-artifact@v2
98+
- uses: actions/upload-artifact@v3
9999
name: Collect and Archive SmokeTest Results
100100
if: failure()
101101
with:
@@ -149,7 +149,7 @@ jobs:
149149
FILENAME: OpenJDK.tar.gz
150150
JDK7_BOOT_DIR: ${{ steps.setup-java.outputs.path }}
151151

152-
- uses: actions/upload-artifact@v2
152+
- uses: actions/upload-artifact@v3
153153
name: Collect and Archive Artifacts
154154
with:
155155
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -172,7 +172,7 @@ jobs:
172172
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
173173
vendor_testBranches: "${{ github.head_ref }}"
174174
vendor_testDirs: "/test/functional"
175-
- uses: actions/upload-artifact@v2
175+
- uses: actions/upload-artifact@v3
176176
name: Collect and Archive SmokeTest Results
177177
if: failure()
178178
with:
@@ -301,7 +301,7 @@ jobs:
301301
TARGET_OS: windows
302302
FILENAME: OpenJDK.zip
303303

304-
- uses: actions/upload-artifact@v2
304+
- uses: actions/upload-artifact@v3
305305
name: Collect and Archive Artifacts
306306
with:
307307
name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}
@@ -334,7 +334,7 @@ jobs:
334334
vendor_testRepos: "${{ github.event.pull_request.head.repo.html_url }}.git"
335335
vendor_testBranches: "${{ github.head_ref }}"
336336
vendor_testDirs: "/test/functional"
337-
- uses: actions/upload-artifact@v2
337+
- uses: actions/upload-artifact@v3
338338
name: Collect and Archive SmokeTest Results
339339
if: failure()
340340
with:

0 commit comments

Comments
 (0)