Skip to content

Commit

Permalink
Merge pull request #263 from usefulness/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
mateuszkwiecinski authored Dec 14, 2023
2 parents b41f008 + e740246 commit eeb79fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request'
with:
name: diffuse-output
path: ${{ steps.diffuse.outputs.diff-file }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: github.event_name != 'pull_request'
with:
name: diffuse-latest-binary.jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- run: ./gradlew build -Pversion=${{ steps.get_version.outputs.version }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: diffuse-latest-binary.jar
path: diffuse/build/libs/diffuse-*-binary.jar
Expand Down

0 comments on commit eeb79fe

Please sign in to comment.