We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3b01a commit 8157ef6Copy full SHA for 8157ef6
.github/actions/omadataoauth2_e2e_test/action.yml
@@ -23,7 +23,7 @@ runs:
23
PLAYWRIGHT_HTML_REPORT: omadataoauth2-e2e-report-${{inputs.shardIndex}}-of-${{inputs.shardTotal}}
24
run: mvn scalatest:test -DwildcardSuites="fi.oph.koski.omadataoauth2.e2e" --batch-mode
25
shell: bash
26
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
27
if: always()
28
with:
29
name: omadataoauth2-e2e-report-${{inputs.shardIndex}}-of-${{inputs.shardTotal}}
.github/workflows/run_security_checks.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Archive OWASP results
76
77
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
78
79
name: owasp-report
80
path: target/dependency-check-report.html
0 commit comments