Skip to content

Commit e62b7bb

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1 in the github-actions-minor-patch group (#1284)
* Bump actions/download-artifact in the github-actions-minor-patch group
1 parent 88b1386 commit e62b7bb

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
@@ -113,7 +113,7 @@ jobs:
113113
terraform_version: "1.12.2"
114114

115115
- name: Retrieve Terraform Plan
116-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
116+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
117117
with:
118118
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-tfplan
119119
path: infrastructure/instance

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
261261

262262
- name: Download e2e automation test artifact
263-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
263+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
264264
with:
265265
name: ${{ env.ENVIRONMENT }}-${{ env.SUB_ENVIRONMENT }}-${{ env.APIGEE_ENVIRONMENT }}-e2e-test-output
266266
path: tests/e2e_automation/output

0 commit comments

Comments
 (0)