Skip to content

Commit

Permalink
Update legacy-ui.yml workflow to use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
Artifact actions v3 will be closing down by January 30, 2025
  • Loading branch information
fwolf-ilias authored Dec 11, 2024
1 parent e991f2e commit 8d5310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/legacy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: scripts/PHPStan/run_legacy_ui_report.sh

- name: 'Store Report'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Reports
path: Reports
Expand Down

0 comments on commit 8d5310f

Please sign in to comment.