Skip to content

Commit

Permalink
Use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Sep 26, 2024
1 parent 788d2ab commit 9994329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Upload Artifact
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: reports-JVM-${{ matrix.java }}
path: reports-JVM-${{ matrix.java }}.tar
Expand Down

0 comments on commit 9994329

Please sign in to comment.