From e16f49f45d2a49fb0424543484c9e2ed2c42e0b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:05:34 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eae1bd..0fcfb49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: output: ./release-notes.md - name: 'Upload the workflow artifacts' - uses: 'actions/upload-artifact@v5' + uses: 'actions/upload-artifact@v6' with: name: 'Oddities v${{ steps.version.outputs.version }}' path: |