Skip to content

Commit

Permalink
Merge pull request #369 from mollie/fix-package-artifacts
Browse files Browse the repository at this point in the history
Use upload-artifact v4 since v3 is not compatible with download-artifact v4
  • Loading branch information
Thomasvdh92 authored Nov 5, 2024
2 parents 28b6dc7 + 4f9a0de commit f7fab9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
needs: pre-build-checks
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -32,7 +32,7 @@ jobs:
run: python -m build

- name: Save artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages-${{ github.ref_name }}
path: dist/*
Expand Down

0 comments on commit f7fab9f

Please sign in to comment.