From c6a44c10c7c503939264ebfcd9072899fe803884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:57:57 +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/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b635fb..dc37909 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,19 +65,19 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: download linux artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: linux.node path: linux.node - name: download macos artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: darwin.node path: darwin.node - name: download windows artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: win32.node path: win32.node @@ -129,7 +129,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: download .tgz artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: lib-ruby-parser.tgz path: lib-ruby-parser.tgz @@ -154,7 +154,7 @@ jobs: uses: actions/checkout@v2 - name: download .tgz artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: lib-ruby-parser.tgz path: lib-ruby-parser.tgz