Skip to content

Commit 8157ef6

Browse files
committed
Päivitä actions/upload-artifact muuallekin
1 parent 6a3b01a commit 8157ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/omadataoauth2_e2e_test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
PLAYWRIGHT_HTML_REPORT: omadataoauth2-e2e-report-${{inputs.shardIndex}}-of-${{inputs.shardTotal}}
2424
run: mvn scalatest:test -DwildcardSuites="fi.oph.koski.omadataoauth2.e2e" --batch-mode
2525
shell: bash
26-
- uses: actions/upload-artifact@v3
26+
- uses: actions/upload-artifact@v4
2727
if: always()
2828
with:
2929
name: omadataoauth2-e2e-report-${{inputs.shardIndex}}-of-${{inputs.shardTotal}}

.github/workflows/run_security_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Archive OWASP results
7676
if: always()
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: owasp-report
8080
path: target/dependency-check-report.html

0 commit comments

Comments
 (0)