Skip to content

Commit

Permalink
update artifacts action
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensel committed Jan 15, 2025
1 parent dcb1947 commit 3015e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scenario.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
./gradlew --no-daemon --info --stacktrace scenarios
- name: Archive Scenario Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: scenario-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
./gradlew --no-daemon --info --stacktrace scenarios
- name: Archive Scenario Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: scenario-results
Expand Down

0 comments on commit 3015e06

Please sign in to comment.