Skip to content

Commit 9fe4f74

Browse files
Upgrade: [dependabot] - bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf9e3d7 commit 9fe4f74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_package_code_and_api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cp packages/specification/dist/eps-prescription-status-update-api.resolved.json .aws-sam/build/specification/
5656
cp packages/specification/dist/eps-custom-prescription-status-update-api.resolved.json .aws-sam/build/specification/
5757
58-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
58+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
5959
name: Upload build artifact
6060
with:
6161
name: packaged_code
@@ -78,7 +78,7 @@ jobs:
7878
cp packages/specification/dist/eps-custom-prescription-status-update-api.resolved.json .aws-sam/build/specification/
7979
8080
# Readme is included to stop the action flattening the folder structure of aws-sam/build when it is the only item to upload
81-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
81+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
8282
name: Upload sandbox build artifact
8383
with:
8484
name: packaged_sandbox_code

0 commit comments

Comments
 (0)