Skip to content

Commit

Permalink
Use upload-artifact v3 for now.
Browse files Browse the repository at this point in the history
v4 doesnt support multiple artifacts with the same name
  • Loading branch information
iziamos committed Sep 13, 2024
1 parent b015973 commit 0a5adf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Archive artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: libs-and-reports
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jcstress-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew jcstress -Pmode="${{ github.event.inputs.mode }}"
- name: Archive artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: jcstress-report-manual
path: build/reports/jcstress
2 changes: 1 addition & 1 deletion .github/workflows/jcstress-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew jcstress -Pmode=quick
- name: Archive artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: jcstress-report-quick
path: build/reports/jcstress

0 comments on commit 0a5adf2

Please sign in to comment.