Skip to content

Commit

Permalink
Merge pull request #312 from fraktalio/renovate/actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-4.x

Update actions/upload-artifact action to v4.3.6
  • Loading branch information
idugalic authored Aug 7, 2024
2 parents 5fa98a9 + 1c97ec0 commit c793004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: ./gradlew mingwX64Test --full-stacktrace

- name: Upload reports
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'

0 comments on commit c793004

Please sign in to comment.