Skip to content

Commit

Permalink
[fix]: Upgrade actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kramorov committed Sep 4, 2024
1 parent 6a693f6 commit a234c12
Show file tree
Hide file tree
Showing 13 changed files with 139 additions and 139 deletions.
4 changes: 2 additions & 2 deletions .github/ci_includes/actions_versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"actions/cache": "actions/cache@v2.1.7"
"actions/checkout": "actions/checkout@v3.5.2"
"actions/github-script": "actions/github-script@v6.4.1"
"actions/download-artifact": "actions/download-artifact@v3"
"actions/upload-artifact": "actions/upload-artifact@v3.1.2"
"actions/download-artifact": "actions/download-artifact@v4.1.8"
"actions/upload-artifact": "actions/upload-artifact@v4.4.0"
"docker/login-action": "docker/login-action@v2.1.0"
"werf/actions/install": "werf/actions/install@43075e4ab81952b181d33e125ef15b9c060a782e"
"werf/actions/run": "werf/actions/run@43075e4ab81952b181d33e125ef15b9c060a782e"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cve-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ jobs:
echo "Trivy tests for ${TAG} have failed." > "out/${TAG}_test-failed.txt"
- name: Upload report artifacts
if: success()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: cve-reports
path: |
out/${{ env.TAG }}_base-images.html
out/${{ env.TAG }}_d8-images.html
- name: Upload fail artifact
if: failure()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: cve-reports
path: |
Expand Down Expand Up @@ -259,15 +259,15 @@ jobs:
echo "Trivy tests for ${TAG} have failed." > "out/${TAG}_test-failed.txt"
- name: Upload report artifacts
if: success()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: cve-reports
path: |
out/${{ env.TAG }}_base-images.html
out/${{ env.TAG }}_d8-images.html
- name: Upload fail artifact
if: failure()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: cve-reports
path: |
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
# run: |
# rm -rf out/
# - name: Download reports artifact
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4.1.8
# with:
# name: cve-reports
# path: out/
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/e2e-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_aws_containerd_1_26
path: |
Expand All @@ -600,7 +600,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_aws_containerd_1_26
path: |
Expand Down Expand Up @@ -1061,7 +1061,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_aws_containerd_1_27
path: |
Expand All @@ -1071,7 +1071,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_aws_containerd_1_27
path: |
Expand Down Expand Up @@ -1532,7 +1532,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_aws_containerd_1_28
path: |
Expand All @@ -1542,7 +1542,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_aws_containerd_1_28
path: |
Expand Down Expand Up @@ -2003,7 +2003,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_aws_containerd_1_29
path: |
Expand All @@ -2013,7 +2013,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_aws_containerd_1_29
path: |
Expand Down Expand Up @@ -2474,7 +2474,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_aws_containerd_1_30
path: |
Expand All @@ -2484,7 +2484,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_aws_containerd_1_30
path: |
Expand Down Expand Up @@ -2945,7 +2945,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_aws_containerd_Automatic
path: |
Expand All @@ -2955,7 +2955,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_aws_containerd_Automatic
path: |
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/e2e-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_azure_containerd_1_26
path: |
Expand All @@ -608,7 +608,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_azure_containerd_1_26
path: |
Expand Down Expand Up @@ -1077,7 +1077,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_azure_containerd_1_27
path: |
Expand All @@ -1087,7 +1087,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_azure_containerd_1_27
path: |
Expand Down Expand Up @@ -1556,7 +1556,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_azure_containerd_1_28
path: |
Expand All @@ -1566,7 +1566,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_azure_containerd_1_28
path: |
Expand Down Expand Up @@ -2035,7 +2035,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_azure_containerd_1_29
path: |
Expand All @@ -2045,7 +2045,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_azure_containerd_1_29
path: |
Expand Down Expand Up @@ -2514,7 +2514,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_azure_containerd_1_30
path: |
Expand All @@ -2524,7 +2524,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_azure_containerd_1_30
path: |
Expand Down Expand Up @@ -2993,7 +2993,7 @@ jobs:
- name: Save dhctl state
id: save_failed_cluster_state
if: ${{ failure() }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: failed_cluster_state_azure_containerd_Automatic
path: |
Expand All @@ -3003,7 +3003,7 @@ jobs:
- name: Save test results
if: ${{ steps.setup.outputs.dhctl-log-file }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.4.0
with:
name: test_output_azure_containerd_Automatic
path: |
Expand Down
Loading

0 comments on commit a234c12

Please sign in to comment.