Update actions/upload-artifact action to v4 (#4826)

This commit is contained in:
renovate[bot]
2025-01-24 16:31:05 +01:00
committed by GitHub
parent 6dc9242937
commit 7ae222bf2f
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,8 @@ runs:
shell: bash
- name: Save report
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gasreport
overwrite: true
path: ${{ inputs.out_report }}

View File

@ -50,7 +50,8 @@ runs:
shell: bash
- name: Save artifacts
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: layout
overwrite: true
path: ${{ inputs.out_layout }}