Skip to content

Commit f7fab9f

Browse files
authored
Merge pull request #369 from mollie/fix-package-artifacts
Use upload-artifact v4 since v3 is not compatible with download-artifact v4
2 parents 28b6dc7 + 4f9a0de commit f7fab9f

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
@@ -16,7 +16,7 @@ jobs:
1616
needs: pre-build-checks
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Setup Python
2222
uses: actions/setup-python@v4
@@ -32,7 +32,7 @@ jobs:
3232
run: python -m build
3333

3434
- name: Save artifacts
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: packages-${{ github.ref_name }}
3838
path: dist/*

0 commit comments

Comments
 (0)