Update actions/upload-artifact action to v7 (#60)

This commit is contained in:
renovate[bot]
2026-02-27 20:29:13 -05:00
committed by GitHub
parent e947d850fd
commit 05fa6adaa9
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
ignoreFiles: '[ "package.json","package-lock.json","yarn.lock" ]' ignoreFiles: '[ "package.json","package-lock.json","yarn.lock" ]'
- name: "Upload Artifact" - name: "Upload Artifact"
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: "rfd-affiliate-stripper-${{steps.vars.outputs.version}}-${{steps.vars.outputs.sha_short}}.xpi" name: "rfd-affiliate-stripper-${{steps.vars.outputs.version}}-${{steps.vars.outputs.sha_short}}.xpi"
path: ${{ steps.web-ext-build.outputs.target }} path: ${{ steps.web-ext-build.outputs.target }}

View File

@@ -7,7 +7,7 @@
// @match *://forums.redflagdeals.com/* // @match *://forums.redflagdeals.com/*
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js // @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js
// @version 2026-02-14 // @version 2026-02-28
// ==/UserScript== // ==/UserScript==
(function() { (function() {