From 67041806fa096f0faa371d1cad22cf27f695a477 Mon Sep 17 00:00:00 2001 From: Milan Malfait <38256462+milanmlft@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:14:34 +0100 Subject: [PATCH] Bug fix: overwrite existing artifact in `pr-receive` workflow See https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#overwriting-an-artifact --- inst/workflows/pr-receive.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/workflows/pr-receive.yaml b/inst/workflows/pr-receive.yaml index 2d7d5dbfb..0204cc175 100644 --- a/inst/workflows/pr-receive.yaml +++ b/inst/workflows/pr-receive.yaml @@ -111,6 +111,7 @@ jobs: with: name: pr path: ${{ env.PR }} + overwrite: true - name: "Upload Diff" uses: actions/upload-artifact@v4