From 1268ca051dcd36319849346dadecf44fef326806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:23:23 +0000 Subject: [PATCH] Chore(deps): Bump andstor/file-existence-action from 2 to 3 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v2...v3) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-from-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-from-tag.yaml b/.github/workflows/release-from-tag.yaml index b332c223..8dcee28d 100644 --- a/.github/workflows/release-from-tag.yaml +++ b/.github/workflows/release-from-tag.yaml @@ -27,7 +27,7 @@ jobs: - name: Check File Existence id: check_files - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 with: files: "${{ env.ARTEFACT_FILENAME }}"