Skip to content

Commit

Permalink
Bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Sep 17, 2024
1 parent 5798c37 commit 9e66dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: ./vendor/bin/phpmd . xml codesize,naming,unusedcode,controversial,design --exclude vendor,var,build,tests --reportfile pmdphpmd.xml --ignore-violations-on-exit

- name: Archive mess detection results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: phpmd-xml-result
path: pmdphpmd.xml
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
run: composer archive --format=zip --file=archive

- name: Archive built arhive
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: composer-zip-archive
path: archive.zip

0 comments on commit 9e66dfa

Please sign in to comment.