Skip to content

Commit 49b724b

Browse files
authored
Artifact upload rollback v3 (#67)
* Artifact upload rollback v3 * Rollback artifacts upload to v3
1 parent 671eabe commit 49b724b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/test-changes-exists-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
actual: "${{ needs.test.outputs.result }}"
6868

6969
- name: Download Artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v3
7171

7272
- name: Display structure of downloaded files
7373
id: metadata

.github/workflows/test-failed-plan-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
actual: "${{ needs.test.outputs.result }}"
6868

6969
- name: Download Artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v3
7171

7272
- name: Display structure of downloaded files
7373
id: metadata

.github/workflows/test-no-changes-drift-more.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
time: '30s'
7474

7575
- name: Download Artifacts
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v3
7777

7878
- name: Display structure of downloaded files
7979
id: metadata

.github/workflows/test-no-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
actual: "${{ needs.test.outputs.result }}"
6868

6969
- name: Download Artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v3
7171

7272
- name: Display structure of downloaded files
7373
id: metadata

.github/workflows/test-settings-action-disabled-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
actual: "${{ needs.test.outputs.result }}"
6969

7070
- name: Download Artifacts
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v3
7272

7373
- name: Display structure of downloaded files
7474
id: metadata

.github/workflows/test-settings-action-disabled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
actual: "${{ needs.test.outputs.result }}"
6868

6969
- name: Download Artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v3
7171

7272
- name: Display structure of downloaded files
7373
id: metadata

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ runs:
376376
377377
- name: Upload Artifacts
378378
if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' && inputs.drift-detection-mode-enabled == 'true' }}
379-
uses: actions/upload-artifact@v4
379+
uses: actions/upload-artifact@v3
380380
with:
381381
name: metadata
382382
path: metadata

0 commit comments

Comments
 (0)