Skip to content

Commit

Permalink
Github actions: Updated from unsupported actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Sep 19, 2024
1 parent 7d9f5e5 commit 6d73c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: build_step
run: './gradlew "-Pfreemarker.signMethod=none" "-Pfreemarker.allowUnsignedReleaseBuild=true" --continue clean build'
- name: Upload Failed Report
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v4.4.0
if: failure() && steps.build_step.outcome == 'failure'
with:
name: test-reports-${{ matrix.os }}
Expand Down

0 comments on commit 6d73c19

Please sign in to comment.