Skip to content

Commit 840fb16

Browse files
Update actions/upload-artifact action to v5 (#119)
1 parent 34eb280 commit 840fb16

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish_docker_3key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
exit-code: 0
7373

7474
- name: Upload vulnerability report
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: trivy-report
7878
path: trivy-report.json

.github/workflows/publish_docker_czertainly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
exit-code: 0
7373

7474
- name: Upload vulnerability report
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: trivy-report
7878
path: trivy-report.json

.github/workflows/publish_harbor_3key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
exit-code: 0
7474

7575
- name: Upload vulnerability report
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: trivy-report
7979
path: trivy-report.json

.github/workflows/test_docker_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
exit-code: 0
6161

6262
- name: Upload vulnerability report
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: trivy-report
6666
path: trivy-report.json

0 commit comments

Comments
 (0)