Skip to content

Commit 8216624

Browse files
authored
Merge pull request #3058 from nordic-institute/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5 in /.github/workflows
2 parents e68bb8d + c3408dc commit 8216624

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
DEBFULLNAME: 'NIIS'
125125
run: ./src/packages/build-deb.sh noble -release
126126
- name: Store deb files for system tests
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: debian-packages
130130
path: src/packages/build/ubuntu22.04/*.deb
@@ -192,7 +192,7 @@ jobs:
192192
DEBFULLNAME: 'NIIS'
193193
run: ./src/packages/build-deb.sh noble -release
194194
- name: Store deb files for Docker dev images
195-
uses: actions/upload-artifact@v4
195+
uses: actions/upload-artifact@v5
196196
with:
197197
name: debian-packages-arm
198198
path: src/packages/build/ubuntu22.04/*.deb
@@ -281,12 +281,12 @@ jobs:
281281
if: failure()
282282
- name: Upload CS screenshots
283283
if: failure()
284-
uses: actions/upload-artifact@v4
284+
uses: actions/upload-artifact@v5
285285
with:
286286
name: CS System Test screenshots
287287
path: src/central-server/admin-service/ui-system-test/build/reports/test-automation/selenide-failures/*.png
288288
- name: Upload CS report
289-
uses: actions/upload-artifact@v4
289+
uses: actions/upload-artifact@v5
290290
if: failure()
291291
with:
292292
name: CS System Test report
@@ -299,7 +299,7 @@ jobs:
299299
task: display-results
300300
pr-comment: true
301301
- name: Upload GMT jsons
302-
uses: actions/upload-artifact@v4
302+
uses: actions/upload-artifact@v5
303303
with:
304304
name: CS System Test GMT jsons
305305
path: |
@@ -376,7 +376,7 @@ jobs:
376376
run: sudo chown -R $USER src/security-server/system-test/build/ss-container-logs/ && sudo chown -R $USER src/security-server/system-test/build/ca-container-logs/
377377
if: failure()
378378
- name: Upload SS report
379-
uses: actions/upload-artifact@v4
379+
uses: actions/upload-artifact@v5
380380
if: failure()
381381
with:
382382
name: SS System Test report
@@ -478,7 +478,7 @@ jobs:
478478
path: src/security-server/e2e-test/build/test-results/**/TEST-*.xml
479479
reporter: java-junit
480480
- name: Upload E2E report
481-
uses: actions/upload-artifact@v4
481+
uses: actions/upload-artifact@v5
482482
if: failure()
483483
with:
484484
name: E2E report

0 commit comments

Comments
 (0)