From 53bdeee74bec0b4eeaadcc9c318086ad38f31feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:17:44 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 3 to 4 (#129) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3db5f6..f56ac18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: 1.20.4 java: 17 - name: 'Upload GitHub Artifact 📦' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: Velocitab diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be97e43..ef0d04f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: 1.20.4 java: 17 - name: 'Upload GitHub Artifacts 📦' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Velocitab path: target/Velocitab-*.jar \ No newline at end of file