Skip to content

Commit

Permalink
ci: downgrade upload-artifact as a workaroud for actions/upload-artif…
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 10, 2021
1 parent 9e7d973 commit bf51801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: |
./gradlew build --no-daemon "-Dsnom.test.functional.gradle=${{ matrix.gradle }}"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v2.2.4
if: always()
with:
name: reports (Gradle ${{ matrix.gradle }} on ${{ matrix.os }})
Expand Down

0 comments on commit bf51801

Please sign in to comment.