Skip to content

Commit

Permalink
Update build.yml (bump actions/upload-artifact from v2 to v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pushpavel authored Sep 12, 2024
1 parent 8844545 commit 9654e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Collect Tests Result of failed tests
- name: Collect Tests Result
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tests-result
path: ${{ github.workspace }}/build/reports/tests
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
# Store already-built plugin as an artifact for downloading
- name: Upload artifact
if: needs.properties.outputs.shouldRelease == 'true'
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
name: ${{ steps.artifact.outputs.filename }}
path: ./build/distributions/content/*/*
Expand Down

0 comments on commit 9654e3a

Please sign in to comment.