Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.2.1 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.2.1 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ff15f03...6f51ac0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b6fc484 commit cf02c2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
java -jar ${{ env.SWAGGER_CODEGEN_CLI_LOCAL_JAR }} generate -i ${{ env.SWAGGER_API_FILE }} -l go -o ${{ env.OUT_GO }}
- name: Archive generated GO code
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3
with:
name: go-api
path: ${{ env.OUT_GO }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
ls -rotl ${OUT_JAVA}
- name: Archive generated JAVA code
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3
with:
name: java-api
path: ${{ env.OUT_JAVA }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
# - name: Generate NPM package details
# run: |
- name: Archive generated NodeJS code
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3
with:
name: nodejs-server
path: ${{ env.OUT_NODEJS }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
echo "buildRoot=${PWD}" >> $GITHUB_ENV
- name: Publish Java client jar
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3
with:
name: java-client
path: ${{ env.buildRoot }}/build/libs/*.jar
Expand All @@ -192,7 +192,7 @@ jobs:
echo "targetRoot=${PWD}/target" >> $GITHUB_ENV
- name: Publish packaged Java client jar
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3
with:
name: java-client-package
path: |
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
echo "buildRoot=${PWD}" >> $GITHUB_ENV
popd
- name: Publish chaincode jar
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v3
with:
name: lightswitch-chaincode
path: |
Expand Down

0 comments on commit cf02c2c

Please sign in to comment.