chore(deps): update actions/upload-artifact action to v5 (#1828)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-07 14:02:49 +01:00
committed by GitHub
parent 81f2101089
commit 0a834bc5f5

View File

@@ -25,7 +25,7 @@ jobs:
- name: Build - name: Build
run: yarn run build run: yarn run build
- name: Upload workspace - name: Upload workspace
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: workspace name: workspace
path: . path: .
@@ -58,7 +58,7 @@ jobs:
token: ${{ secrets.QLTY_COVERAGE_TOKEN }} token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: coverage/lcov.info files: coverage/lcov.info
- name: Store junit results - name: Store junit results
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: junit name: junit
path: coverage/junit path: coverage/junit
@@ -85,7 +85,7 @@ jobs:
run: yarn run test:mashup run: yarn run test:mashup
- name: Store mashup artifacts - name: Store mashup artifacts
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: mashup name: mashup
path: ./test/mashup path: ./test/mashup
@@ -95,7 +95,7 @@ jobs:
run: yarn run test:rendering run: yarn run test:rendering
- name: Store rendering artifacts - name: Store rendering artifacts
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: rendering name: rendering
path: ./test/rendering path: ./test/rendering
@@ -125,13 +125,13 @@ jobs:
run: .github/scripts/nebula_create.sh generated/hello-mashup none true true true false run: .github/scripts/nebula_create.sh generated/hello-mashup none true true true false
- name: Store barchart screenshots - name: Store barchart screenshots
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: barchart-screenshots name: barchart-screenshots
path: generated/barchart/screenshots path: generated/barchart/screenshots
- name: Store mashup artifacts - name: Store mashup artifacts
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: mashup-artifacts name: mashup-artifacts
path: test/mashup/__artifacts__ path: test/mashup/__artifacts__