Skip to content

Commit a1a6495

Browse files
[CORE-69]: Bump the artifact-actions group with 2 updates
Bumps the artifact-actions 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-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0582a18 commit a1a6495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-tag-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Upload Test Reports
8787
if: steps.build-test.outcome == 'failure'
88-
uses: actions/upload-artifact@v5
88+
uses: actions/upload-artifact@v6
8989
with:
9090
name: Test Reports
9191
path: service/build/reports

.github/workflows/publish-pacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Upload pact files to artifact
129129
id: upload-pacts
130-
uses: actions/upload-artifact@v5
130+
uses: actions/upload-artifact@v6
131131
with:
132132
name: ${{ env.WDS_PACTS_ARTIFACT }}
133133
path: ${{ env.WDS_PACTS_OUTPUT_DIR }}
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- name: Download pact files from artifact
144144
id: download-pacts
145-
uses: actions/download-artifact@v6
145+
uses: actions/download-artifact@v7
146146
with:
147147
name: ${{ env.WDS_PACTS_ARTIFACT }}
148148
path: ${{ env.WDS_PACTS_OUTPUT_DIR }}

0 commit comments

Comments
 (0)