Skip to content

Commit 62c9ddc

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent a429c63 commit 62c9ddc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
184184
- name: In dry run - upload build outputs as workflow artifacts
185185
if: ${{ github.event.inputs.dry_run == 'true' }}
186-
uses: actions/upload-artifact@v6
186+
uses: actions/upload-artifact@v7
187187
with:
188188
name: dry-run-${{ needs.prepare-release.outputs.tag_name }}
189189
path: |

.github/workflows/scan-cve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--out ./reports
5454
- name: Upload Test results
5555
if: ${{ always() }}
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: Depcheck report
5959
path: ${{github.workspace}}/reports

.github/workflows/scan-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if [ $LINES_FOUND -gt 1 ]; then echo $LICENSE_REPORT ; exit -1; fi
8383
working-directory: .
8484
- name: Upload license XML reports
85-
uses: actions/upload-artifact@v6
85+
uses: actions/upload-artifact@v7
8686
with:
8787
name: license-xml-report
8888
path: './**/${{ env.REPORT_PATH }}'

0 commit comments

Comments
 (0)