From 6c510cf162bafaa1a317cda1548ee3290252f4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:19:23 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 3 to 4 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] --- .github/workflows/document.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 2197651..bec2804 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -37,7 +37,7 @@ jobs: echo '' > ./target/doc/index.html - name: Deploy - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: documentation path: target/doc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f9a373..d0d8758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -187,7 +187,7 @@ jobs: # Upload the binary for each target - name: Upload the binary id: upload-binary - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.TARGET }}.tar.gz path: target/package/${{ env.TARGET }}.tar.gz