Skip to content

Commit

Permalink
Upgrade GitHub actio to use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
smulvih2 committed Dec 17, 2024
1 parent 0e4ce6c commit 34392d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/9.2.x_cinder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: php-app
path: .
Expand Down

0 comments on commit 34392d8

Please sign in to comment.