Skip to content

Commit 249e4c4

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker_image_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
docker build -t "cdk-utils-build:${VERSION_NUMBER}" -f docker/Dockerfile --build-arg VERSION="${VERSION_NUMBER}" .
3232
docker save "cdk-utils-build:${VERSION_NUMBER}" -o cdk-utils-build.img
3333
34-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
34+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
3535
name: Upload docker images
3636
with:
3737
name: docker_artifact

.github/workflows/package_npm_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
make package
6262
63-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
63+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
6464
name: Upload packaged code
6565
with:
6666
name: nhsdigital-eps-cdk-constructs-1.0.0.tgz

0 commit comments

Comments
 (0)