Skip to content

Commit

Permalink
Merge pull request #16 from hectorm/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4.1.1

Bump actions/download-artifact from 4.1.0 to 4.1.1
  • Loading branch information
hectorm authored Jan 14, 2024
2 parents f005c00 + a2c2f54 commit 4e8d25b
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 4e8d25b

Please sign in to comment.