Skip to content

Commit 2ad8037

Browse files
authored
Merge pull request #365 from mollie/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 b28da78 + 040b0b5 commit 2ad8037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python -m pip install --upgrade twine
5555
5656
- name: Download artifacts
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4.1.7
5858
with:
5959
name: packages-${{ github.ref_name }}
6060
path: dist/
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Get packages
74-
uses: actions/download-artifact@v3
74+
uses: actions/download-artifact@v4.1.7
7575
with:
7676
name: packages-${{ github.ref_name }}
7777
path: dist/

0 commit comments

Comments
 (0)