From 6955ef4611791b473b614db953698e070ec95059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:00:35 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/devValidateTestBuildUpload.yml | 4 ++-- .github/workflows/publish.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/devValidateTestBuildUpload.yml b/.github/workflows/devValidateTestBuildUpload.yml index ef5cede47..18d905b39 100644 --- a/.github/workflows/devValidateTestBuildUpload.yml +++ b/.github/workflows/devValidateTestBuildUpload.yml @@ -68,13 +68,13 @@ jobs: needs: [build] steps: - name: Download addon artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: armaAddon path: armaAddon - name: Download separate missions artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: separateMissions path: separateMissions diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8614eac32..f1d6d88f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,21 +85,21 @@ jobs: needs: [build] steps: - name: Download build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: armaAddon - name: Download missions build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: armaMissions - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: _uploadurl path: . - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: _changelog path: .