Skip to content

Commit

Permalink
Merge pull request #452 from richardsheridan/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/download-artifact-4.1.8

Bump actions/download-artifact from 4.1.2 to 4.1.8
  • Loading branch information
github-actions[bot] authored Dec 22, 2024
2 parents 89176f7 + 5676449 commit 90f390d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
cache-suffix: '-${{ matrix.python }}'
cache-dependency-path: '**/requirements/test.txt'
- name: Download build artifact
uses: actions/[email protected].2
uses: actions/[email protected].8
with:
name: Packages
path: dist
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
with:
python-version: '3.13'
- name: Download build artifact
uses: actions/[email protected].2
uses: actions/[email protected].8
with:
name: Packages
path: dist
Expand All @@ -232,7 +232,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Download coverage artifact
uses: actions/[email protected].2
uses: actions/[email protected].8
with:
pattern: Coverage-*
merge-multiple: true
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
contents: write
steps:
- name: Download build artifact
uses: actions/[email protected].2
uses: actions/[email protected].8
with:
name: Packages
path: dist
Expand Down

0 comments on commit 90f390d

Please sign in to comment.