Skip to content

Commit 2ce59c7

Browse files
authored
Merge pull request #19 from jcmgray/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 46fd968 + d437bcb commit 2ce59c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Install Python
5353
with:
5454
python-version: 3.8
55-
- uses: actions/download-artifact@v3
55+
- uses: actions/download-artifact@v4.1.7
5656
with:
5757
name: releases
5858
path: dist
@@ -80,7 +80,7 @@ jobs:
8080
if: github.event_name == 'release'
8181
runs-on: ubuntu-latest
8282
steps:
83-
- uses: actions/download-artifact@v3
83+
- uses: actions/download-artifact@v4.1.7
8484
with:
8585
name: releases
8686
path: dist

0 commit comments

Comments
 (0)