Skip to content

Commit

Permalink
Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Oct 30, 2024
1 parent fc0eaf7 commit 65f8fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createzip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65f8fab

Please sign in to comment.