Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@f44cd7b...6b208ae)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2024
1 parent 47b2222 commit a2c2f54
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110'
uses: 'actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935'
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110'
uses: 'actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935'
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110'
uses: 'actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935'
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110'
uses: 'actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935'
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110'
uses: 'actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935'
with:
name: 'dist'
path: './dist/'
Expand Down

0 comments on commit a2c2f54

Please sign in to comment.