From a8de29bebb84b3c50ea9bd7d198f0c52c15a6231 Mon Sep 17 00:00:00 2001 From: gnikit Date: Tue, 9 Jan 2024 13:11:19 +0000 Subject: [PATCH 1/2] ci: use names os-specific names for artifacts --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edd7efc..f620dfd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,5 +42,5 @@ jobs: if: always() && github.event_name == 'pull_request' uses: actions/upload-artifact@main with: - name: bottles + name: bottles-${{ matrix.os }} path: '*.bottle.*' From 5f3ed4517ea602fe96a044ba7464f9b38ba26e82 Mon Sep 17 00:00:00 2001 From: gnikit Date: Tue, 9 Jan 2024 13:11:43 +0000 Subject: [PATCH 2/2] ci: pin upload Actiopn to v4 (latest) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f620dfd..0b5c0e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - name: Upload bottles as artifact if: always() && github.event_name == 'pull_request' - uses: actions/upload-artifact@main + uses: actions/upload-artifact@v4 with: name: bottles-${{ matrix.os }} path: '*.bottle.*'