diff --git a/.github/workflows/createzip.yml b/.github/workflows/createzip.yml index 95f58243..2873d8c8 100644 --- a/.github/workflows/createzip.yml +++ b/.github/workflows/createzip.yml @@ -43,7 +43,7 @@ jobs: run: zip -r mollie-api-php.zip examples src vendor composer.json LICENSE README.md working-directory: build - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: mollie-api-php path: build/mollie-api-php.zip