Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
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](actions/download-artifact@7a1cd32...f44cd7b)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent f4e16b1 commit 09d9923
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand All @@ -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/'
Expand All @@ -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/'
Expand All @@ -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/'
Expand All @@ -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/'
Expand Down

0 comments on commit 09d9923

Please sign in to comment.