Skip to content

Commit

Permalink
Merge pull request #62 from bw-company/renovate/major-github-artifact…
Browse files Browse the repository at this point in the history
…-actions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
KengoTODA committed Apr 29, 2024
2 parents 5079155 + 31531c7 commit fdc4674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -12,12 +12,12 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: build --no-daemon
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: Gradle reports
path: app/build/reports
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: github.event_name == 'push'
with:
name: Executables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
"${{ needs.release-please.outputs.tag_name }}"
app/build/distributions/uke-pseudonymize.tar
app/build/distributions/uke-pseudonymize.zip
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Gradle reports
Expand Down

0 comments on commit fdc4674

Please sign in to comment.