Skip to content

Commit 357f839

Browse files
authored
Merge pull request #130 from openradar/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Build(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 33656e4 + 172b499 commit 357f839

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
@@ -49,7 +49,7 @@ jobs:
4949
name: Install Python
5050
with:
5151
python-version: "3.x"
52-
- uses: actions/download-artifact@v3
52+
- uses: actions/download-artifact@v4.1.7
5353
with:
5454
name: releases
5555
path: dist
@@ -62,7 +62,7 @@ jobs:
6262
if: github.event_name == 'release'
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/download-artifact@v3
65+
- uses: actions/download-artifact@v4.1.7
6666
with:
6767
name: releases
6868
path: dist

0 commit comments

Comments
 (0)