mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-11-25 18:34:15 +00:00
Update actions/upload-artifact action to v5 (#52)
* Update actions/upload-artifact action to v5 * Apply automatic changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
ignoreFiles: '[ "package.json","package-lock.json","yarn.lock" ]'
|
||||
|
||||
- name: "Upload Artifact"
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: "rfd-affiliate-stripper-${{steps.vars.outputs.version}}-${{steps.vars.outputs.sha_short}}.xpi"
|
||||
path: ${{ steps.web-ext-build.outputs.target }}
|
||||
|
||||
Reference in New Issue
Block a user