From 926ec3809cf45ae3f66cd0171b2eccdb18cd7240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:06:51 +0000 Subject: [PATCH] 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/ci-pr.yml | 2 +- .github/workflows/merge.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 03cad85..93fde10 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -111,7 +111,7 @@ jobs: - name: Store artifacts if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: voc4cat-outbox_${{ env.RUN_DATE }}_run${{ GITHUB.RUN_ID }} path: outbox/ diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 8e157de..77184e1 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -102,7 +102,7 @@ jobs: # This step is not required and may be removed. # It may be helpful for trouble shooting. if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: voc4cat-pages-dev-content path: publish/ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 221049d..aa29f3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -104,7 +104,7 @@ jobs: # This step is not required and may be removed. # It may be helpful for trouble shooting. if: ${{ always() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: voc4cat-pages-release-${{ github.ref_name }} path: publish/