From 5adc8eccf92b116030b40c60d7a97ab9ca980dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:40:25 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45cf6df2a..c73b2d9ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,12 +101,12 @@ jobs: NOTES="${NOTES//$'\r'/%0D}" echo ::set-output name=NOTES::"$NOTES" - name: Download zip distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: airship path: ./build - name: Download Carthage zip distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: airship-carthage path: ./build @@ -158,7 +158,7 @@ jobs: run: | echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Download docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs path: ./build/Documentation