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 8a56c24 commit ec0a726
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/ci_includes/actions_versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"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@v2"
"actions/download-artifact": "actions/download-artifact@v4"
"actions/upload-artifact": "actions/upload-artifact@v3.1.2"
"docker/login-action": "docker/login-action@v2.1.0"
"werf/actions/install": "werf/actions/install@43075e4ab81952b181d33e125ef15b9c060a782e"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cve-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
# run: |
# rm -rf out/
# - name: Download reports artifact
# uses: actions/download-artifact@v2
# uses: actions/download-artifact@v4
# with:
# name: cve-reports
# path: out/
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
# </template: checkout_step>

- name: Restore diff artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr_diff

Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
# </template: checkout_step>

- name: Restore diff artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr_diff

Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
# </template: login_dev_registry_step>

- name: Restore diff artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr_diff

Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
# </template: checkout_step>

- name: Restore diff artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr_diff

Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
# </template: checkout_step>

- name: Restore diff artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr_diff

Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:
# </template: checkout_step>

- name: Restore diff artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr_diff

Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
# </template: checkout_step>

- name: Restore diff artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: pr_diff

Expand Down

0 comments on commit ec0a726

Please sign in to comment.