Skip to content

Commit d2472b7

Browse files
Update GitHub Artifact Actions
1 parent 916294a commit d2472b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/maven-service-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
wget https://github.com/aquasecurity/trivy/releases/download/v0.39.1/trivy_0.39.1_Linux-64bit.deb
6767
sudo dpkg -i trivy_0.39.1_Linux-64bit.deb
6868
69-
- uses: actions/download-artifact@v4
69+
- uses: actions/download-artifact@v7
7070
with:
7171
name: bom.json
7272

.github/workflows/maven-swag-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: npm run validate
6363

6464
- name: Upload specification bundle
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v6
6666
with:
6767
name: spec-bundle
6868
path: ${{ inputs.dist-directory }}
@@ -79,7 +79,7 @@ jobs:
7979
fetch-depth: 0
8080

8181
- name: Download specification bundle
82-
uses: actions/download-artifact@v4
82+
uses: actions/download-artifact@v7
8383
with:
8484
name: spec-bundle
8585
path: ${{ inputs.dist-directory }}
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Download specification bundle
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v7
113113
with:
114114
name: spec-bundle
115115
path: ${{ inputs.dist-directory }}

.github/workflows/semgrep-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
--config="p/default"
2121
2222
- name: Save report
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v6
2424
with:
2525
name: semgrep.sarif
2626
path: semgrep.sarif

0 commit comments

Comments
 (0)