Skip to content

Commit

Permalink
Bump actions/download-artifact and actions/upload-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
  • Loading branch information
jakzal committed Nov 6, 2024
1 parent d749431 commit 2e605df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: JARs
path: target/*.jar
Expand Down

0 comments on commit 2e605df

Please sign in to comment.