From 625f559214858840345f0f693e3c173e6b2b7036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 10:08:48 -0500 Subject: [PATCH] Update actions/upload-artifact action to v6 (#58) * Update actions/upload-artifact action to v6 * Apply automatic changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b8767ee..778f48c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: ignoreFiles: '[ "package.json","package-lock.json","yarn.lock" ]' - name: "Upload Artifact" - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: "rfd-affiliate-stripper-${{steps.vars.outputs.version}}-${{steps.vars.outputs.sha_short}}.xpi" path: ${{ steps.web-ext-build.outputs.target }} diff --git a/script.js b/script.js index c9952bf..2706d41 100644 --- a/script.js +++ b/script.js @@ -7,7 +7,7 @@ // @match *://forums.redflagdeals.com/* // @namespace http://tampermonkey.net/ // @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js -// @version 2025-11-26 +// @version 2025-12-13 // ==/UserScript== (function() {