Skip to content

Commit

Permalink
fix(ci): upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
philpax committed Jan 16, 2025
1 parent 2165ea0 commit 2b5fd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
echo ${{ steps.plogon_run.outputs.summary }}
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plugin-artifact
path: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
--ci --mode=Commit --build-all
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plugin-artifact
path: artifacts
Expand Down

0 comments on commit 2b5fd90

Please sign in to comment.