diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 207b3650..b0970280 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -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 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9944e2a6..4e7d8a93 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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