Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 10cbbaa commit c184c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
}
- name: Upload plugin artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}
path: out/${{ env.PLUGIN_NAME }}.zip
Expand Down Expand Up @@ -169,13 +169,13 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
if: ${{ env.GPG_PRIVATE_KEY != null }}
with:
name: SHA512SUMS.sign
Expand Down

0 comments on commit c184c83

Please sign in to comment.