From 8f6ec601162d22ae02be4e03c72d4d10c3ae7d6b Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Thu, 9 Jan 2025 14:17:25 -0300 Subject: [PATCH] Bump upload-artifact version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jobs seem to be randomly failing now that it’s deprecated; e.g. [1] gave > Error: This request has been automatically failed because it uses a > deprecated version of `actions/upload-artifact: v3`. Learn more: > https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ [1] https://github.com/ably/ably-cocoa/actions/runs/12694870211/job/35385596818?pr=2010 --- .github/workflows/check-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pod.yaml b/.github/workflows/check-pod.yaml index cbae547af..20b689cb7 100644 --- a/.github/workflows/check-pod.yaml +++ b/.github/workflows/check-pod.yaml @@ -52,7 +52,7 @@ jobs: mkdir -p carthage-built-framework-artifact-contents/carthage-built-framework mv Ably.framework.zip carthage-built-framework-artifact-contents/carthage-built-framework - name: Archive built framework - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: carthage-built-framework path: carthage-built-framework-artifact-contents