From 16a76836092397162f5951504de536db0cc7462a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Thu, 30 Jan 2025 11:58:03 -0800 Subject: [PATCH] update to latest actions/upload-artifact --- .github/workflows/compatibility-check-template.yml | 2 +- .github/workflows/get-contracts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compatibility-check-template.yml b/.github/workflows/compatibility-check-template.yml index e0d02c2f1..608ec181b 100644 --- a/.github/workflows/compatibility-check-template.yml +++ b/.github/workflows/compatibility-check-template.yml @@ -102,7 +102,7 @@ jobs: # Upload checking results for later use - name: Archive checking results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.chain }}-checking-results path: | diff --git a/.github/workflows/get-contracts.yml b/.github/workflows/get-contracts.yml index a4197e906..33a4dfdef 100644 --- a/.github/workflows/get-contracts.yml +++ b/.github/workflows/get-contracts.yml @@ -45,7 +45,7 @@ jobs: # Upload - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ inputs.chain }}-contracts path: |