Skip to content

Commit ad2f47c

Browse files
Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#1261)
* 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. Co-authored-by: Akol125 <akinola.olutola1@nhs.net>
1 parent 55c77d3 commit ad2f47c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-backend.yml

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

8787
- name: Save Terraform Plan
88-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
88+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
8989
with:
9090
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-tfplan
9191
path: infrastructure/instance/tfplan

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
run: poetry run pytest "$TEST_PATH" -m "$TEST_FILTER" --junitxml=output/test-results.xml --alluredir=output/allure-results
240240

241241
- name: Upload e2e automation test artifact
242-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
242+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
243243
if: always()
244244
with:
245245
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-${{ env.APIGEE_ENVIRONMENT }}-e2e-test-output

0 commit comments

Comments
 (0)