From cf73beef290c4cd7ad5d70044fdd253c40790716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:45:07 +0000 Subject: [PATCH] build: bump the actions-artifacts group with 2 updates Bumps the actions-artifacts group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-artifacts - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-artifacts ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97788ea..b787935 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Tar files run: tar -cvf ${{ env.WORKSPACE_ARCHIVE }} . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: ${{ env.WORKSPACE_ARCHIVE }} @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: . diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 976c9a4..36b0b3c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Tar files run: tar -cvf ${{ env.WORKSPACE_ARCHIVE }} . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: ${{ env.WORKSPACE_ARCHIVE }} @@ -53,7 +53,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: . @@ -100,7 +100,7 @@ jobs: environment: ${{ inputs.environment }} steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: . @@ -151,7 +151,7 @@ jobs: environment: ${{ inputs.environment }} steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: .