Skip to content

Commit

Permalink
update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gitgiggety committed Nov 12, 2023
1 parent 3521198 commit d36e40d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cd /tmp/
zip -r plugin.video.stash.zip plugin.video.stash/
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: plugin.video.stash.zip
path: /tmp/plugin.video.stash.zip
Expand All @@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-latest
needs: ['build']
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: plugin.video.stash.zip
- uses: marvinpinto/action-automatic-releases@v1.1.1
- uses: marvinpinto/action-automatic-releases@v1.2.1
with:
repo_token: ${{ secrets.RELEASE_TOKEN }}
prerelease: false
Expand Down

0 comments on commit d36e40d

Please sign in to comment.