Skip to content

Commit 0a834bc

Browse files
chore(deps): update actions/upload-artifact action to v5 (#1828)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81f2101 commit 0a834bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: yarn run build
2727
- name: Upload workspace
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@v5
2929
with:
3030
name: workspace
3131
path: .
@@ -58,7 +58,7 @@ jobs:
5858
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
5959
files: coverage/lcov.info
6060
- name: Store junit results
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: junit
6464
path: coverage/junit
@@ -85,7 +85,7 @@ jobs:
8585
run: yarn run test:mashup
8686
- name: Store mashup artifacts
8787
if: always()
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: mashup
9191
path: ./test/mashup
@@ -95,7 +95,7 @@ jobs:
9595
run: yarn run test:rendering
9696
- name: Store rendering artifacts
9797
if: always()
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v5
9999
with:
100100
name: rendering
101101
path: ./test/rendering
@@ -125,13 +125,13 @@ jobs:
125125
run: .github/scripts/nebula_create.sh generated/hello-mashup none true true true false
126126
- name: Store barchart screenshots
127127
if: always()
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: barchart-screenshots
131131
path: generated/barchart/screenshots
132132
- name: Store mashup artifacts
133133
if: always()
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: mashup-artifacts
137137
path: test/mashup/__artifacts__

0 commit comments

Comments
 (0)