Skip to content

Commit 8d4d12b

Browse files
dependabot[bot]marie-dedikova-nhs
authored andcommitted
Bump the artifact group with 2 updates
Bumps the artifact group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b027610 commit 8d4d12b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
make test-unit
5757
- name: "Save the coverage check result"
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: code-coverage-report
6161
path: "coverage/lcov.info"
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
7777
- name: "Download coverage report from Unit Test artifacts"
78-
uses: actions/download-artifact@v6
78+
uses: actions/download-artifact@v7
7979
with:
8080
name: code-coverage-report
8181
- name: "Perform static analysis"

.github/workflows/stage-6-promote.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
aws s3 sync "s3://${AWS_S3_SOURCE_RELEASES_BUCKET}/tag/${{ inputs.release_tag }}" .
5656
5757
- name: "Upload artefacts to GitHub"
58-
uses: actions/upload-artifact@v5
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: release-package
6161
path: |
@@ -76,7 +76,7 @@ jobs:
7676
contents: read
7777
steps:
7878
- name: "Download artefacts from GitHub"
79-
uses: actions/download-artifact@v6
79+
uses: actions/download-artifact@v7
8080
with:
8181
name: release-package
8282
- name: "Configure AWS credentials"

0 commit comments

Comments
 (0)