From 09d992371bb4299f428ae94473cd89b670f03241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:45:21 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.0.0 to 4.1.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/7a1cd3216ca9260cd8022db641d960b1db4d1be4...f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c41812..c2f9ec2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,7 @@ jobs: with: node-version: '${{ matrix.node_version }}' - name: 'Download module artifact' - uses: 'actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4' + uses: 'actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110' with: name: 'dist' path: './dist/' @@ -106,7 +106,7 @@ jobs: with: deno-version: '${{ matrix.deno_version }}' - name: 'Download module artifact' - uses: 'actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4' + uses: 'actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110' with: name: 'dist' path: './dist/' @@ -131,7 +131,7 @@ jobs: with: bun-version: '${{ matrix.bun_version }}' - name: 'Download module artifact' - uses: 'actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4' + uses: 'actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110' with: name: 'dist' path: './dist/' @@ -158,7 +158,7 @@ jobs: - name: 'Install dependencies' run: 'npm ci && npx playwright install --with-deps "${{ matrix.browser }}"' - name: 'Download module artifact' - uses: 'actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4' + uses: 'actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110' with: name: 'dist' path: './dist/' @@ -181,7 +181,7 @@ jobs: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' - name: 'Download module artifact' - uses: 'actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4' + uses: 'actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110' with: name: 'dist' path: './dist/'