Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 700963d commit 8b068a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@ jobs:
Get-Job | Receive-Job -Wait
- name: Upload generic
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
with:
name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}-generic
path: out/${{ env.PLUGIN_NAME }}-generic.zip

- name: Upload generic-netf
if: startsWith(matrix.os, 'windows-')
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
with:
name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}-generic-netf
path: out/${{ env.PLUGIN_NAME }}-generic-netf.zip
Expand Down

0 comments on commit 8b068a8

Please sign in to comment.