mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2026-03-03 10:06:35 +00:00
Update actions/upload-artifact action to v7 (#60)
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" ]'
|
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 }}
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user