Skip to content

Commit

Permalink
update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Feb 6, 2025
1 parent c69acfa commit 50adfd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build artifacts
if: ${{ matrix.java == 21 }}
continue-on-error: true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
2 changes: 1 addition & 1 deletion .github/workflows/generate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
target-src-exists: ${{ steps.can-create-diff.outputs.files_exists }}
- name: Upload diff
if: hashFiles('target.diff') != ''
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Diff
path: target.diff

1 comment on commit 50adfd6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No diff file generated.

Please sign in to comment.