From 74201fa434a5b58c651f13543c9d143c8ec80097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:46 +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/mla_release.yml | 10 +++++----- .github/workflows/mlar_release.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/mla_release.yml b/.github/workflows/mla_release.yml index e02087c..9c71044 100644 --- a/.github/workflows/mla_release.yml +++ b/.github/workflows/mla_release.yml @@ -116,27 +116,27 @@ jobs: draft: true - name: Download linux-x86_64 artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mla-linux-x86_64 - name: Download windows-i686 artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mla-windows-i686 - name: Download windows-x86_64 artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mla-windows-x86_64 - name: Download windows-i686-debug artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mla-windows-i686-debug - name: Download windows-x86_64-debug artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mla-windows-x86_64-debug diff --git a/.github/workflows/mlar_release.yml b/.github/workflows/mlar_release.yml index 568221f..01d7c86 100644 --- a/.github/workflows/mlar_release.yml +++ b/.github/workflows/mlar_release.yml @@ -82,17 +82,17 @@ jobs: draft: true - name: Download Linux artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mlar-linux - name: Download Windows artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mlar-windows - name: Download MacOS artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: mlar-macos