Skip to content

Commit

Permalink
Päivitä actions/upload-artifact muuallekin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkkahanninen committed Jan 16, 2025
1 parent 6a3b01a commit 8157ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/omadataoauth2_e2e_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
PLAYWRIGHT_HTML_REPORT: omadataoauth2-e2e-report-${{inputs.shardIndex}}-of-${{inputs.shardTotal}}
run: mvn scalatest:test -DwildcardSuites="fi.oph.koski.omadataoauth2.e2e" --batch-mode
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: omadataoauth2-e2e-report-${{inputs.shardIndex}}-of-${{inputs.shardTotal}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_security_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Archive OWASP results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: owasp-report
path: target/dependency-check-report.html
Expand Down

0 comments on commit 8157ef6

Please sign in to comment.