From de4a010e7adce220765d8b1315770cd006f9cc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 10:46:23 -0700 Subject: [PATCH] Bump andstor/file-existence-action from 1 to 2 (#1080) Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/v1...v2) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/omnibus_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/omnibus_publish.yml b/.github/workflows/omnibus_publish.yml index a310c7709..7e16c495d 100644 --- a/.github/workflows/omnibus_publish.yml +++ b/.github/workflows/omnibus_publish.yml @@ -143,13 +143,13 @@ jobs: mv ./firezone*.deb firezone_${{ github.ref_name }}-${{ matrix.platform }}.deb || true - name: Check DEB - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 id: check_deb with: files: firezone_${{ github.ref_name }}-${{ matrix.platform }}.deb - name: Check RPM - uses: andstor/file-existence-action@v1 + uses: andstor/file-existence-action@v2 id: check_rpm with: files: firezone_${{ github.ref_name }}-${{ matrix.platform }}.rpm