Skip to content

Commit

Permalink
two places, more specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Feb 6, 2025
1 parent ccf4373 commit 81487f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
test ${{ matrix.extraOpts }}
- name: Upload test results
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4.6.0
if: success() || failure() # run this step even if previous step failed
with:
name: 'test-results-${{ matrix.JDK_VERSION }}-${{ matrix.SCALA_VERSION }}-${{ matrix.AKKA_VERSION }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: sbt -Dakka.http.parallelExecution=false -Dakka.test.timefactor=2 ++${{ matrix.SCALA_VERSION }} mimaReportBinaryIssues test ${{ matrix.extraOpts }}

- name: Upload test results
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4.6.0
if: success() || failure() # run this step even if previous step failed
with:
name: 'test-results-${{ matrix.JDK_VERSION }}-${{ matrix.SCALA_VERSION }}'
Expand Down

0 comments on commit 81487f3

Please sign in to comment.