Skip to content

Commit

Permalink
chore(actions): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent e3f19fb commit bd0eba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: make package version=${{ steps.version.outputs.value }}

- name: Upload Pipeline Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
retention-days: 1
name: built-artifacts
Expand All @@ -51,7 +51,7 @@ jobs:
name: built-artifacts
path: dist/

- uses: AButler/upload-release-assets@v3.0
- uses: AButler/upload-release-assets@v2.0
with:
files: 'dist/*'
repo-token: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit bd0eba7

Please sign in to comment.