Skip to content

Commit

Permalink
CLDR-15539 gh:(deps): Bump actions/upload-artifact from 2 to 3 (#1901)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored May 11, 2022
1 parent 9975565 commit cfb3111
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-icu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload cldr-code
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cldr-code
path: tools/cldr-code/target/cldr-code.jar
Expand All @@ -65,7 +65,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload cldr-prod
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cldr-prod
path: target/cldr-prod.zip
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Zip up icu-data.zip
run: 'cd icu/icu4c/source && zip -rlq ../../../icu-data.zip data'
- name: Upload icu-data.zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: icu-data
path: icu-data.zip
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
make -j 2;
make dist
- name: Upload icu4c
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: icu4c
path: icu4c/source/dist
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
ant jar;
ant releaseBinaries;
- name: Upload icu4j
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: icu4j
path: icu4j/release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# the ~/.ssh/known_hosts line mentioning SMOKETEST_HOST
CCC_KNOWNHOSTS: ${{ secrets.CCC_KNOWNHOSTS }}
- name: Upload CLDR_REPORT.md
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: commit-checker-report
path: CLDR_REPORT.md
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
run: >
zip tools/cldr-apps/target/cldr-apps.zip -d wlp/usr/servers/cldr/apps/expanded/\*
- name: Upload cldr-apps.zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cldr-apps-server
path: tools/cldr-apps/target/cldr-apps.zip
- name: Upload cldr-code.jar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cldr-code
path: tools/cldr-code/target/cldr-code.jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: >
zip tools/cldr-apps/target/cldr-apps.zip -d wlp/usr/servers/cldr/apps/expanded/\*
- name: Upload cldr-apps.zip
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cldr-apps-server
path: tools/cldr-apps/target/cldr-apps.zip
Expand Down

0 comments on commit cfb3111

Please sign in to comment.