Skip to content

Commit e452897

Browse files
Upgrade: [dependabot] - bump actions/upload-artifact from 6.0.0 to 7.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40eff4a commit e452897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cdk_package_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
package-lock.json \
5151
tsconfig.defaults.json
5252
53-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
53+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
5454
name: upload build artifact
5555
with:
5656
name: build_artifact

.github/workflows/cdk_release_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
APIGEE_ENVIRONMENT: ${{ inputs.APIGEE_ENVIRONMENT }}
157157
IS_PULL_REQUEST: ${{ inputs.IS_PULL_REQUEST }}
158158

159-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
159+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
160160
name: Upload specs
161161
if: ${{ always() }}
162162
with:

0 commit comments

Comments
 (0)