Skip to content

Commit 6f2deaa

Browse files
authoredApr 25, 2025··
bump iOS SDK version to 2.40.2
2 parents dbe2b16 + 04f1d48 commit 6f2deaa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python3 ./CircleciScripts/create_xcframeworks.py
7676
7777
- name: Upload artifacts
78-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
78+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7979
with:
8080
name: xcframework
8181
path: xcframeworks/
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
104104

105105
- name: Download aratifacts
106-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
106+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
107107
with:
108108
name: xcframework
109109
path: xcframeworks
@@ -128,7 +128,7 @@ jobs:
128128
$RELEASE_VERSION
129129
130130
- name: Upload SPM checksums
131-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
131+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
132132
with:
133133
name: spm-checksum
134134
path: ${{ github.workspace }}/aws-sdk-ios-spm/Package.swift
@@ -159,7 +159,7 @@ jobs:
159159
role-session-name: "release-spm.${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"
160160

161161
- name: Download SPM checksum
162-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
162+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
163163
with:
164164
name: spm-checksum
165165
path: /tmp/spm-checksum
@@ -194,7 +194,7 @@ jobs:
194194
persist-credentials: false
195195

196196
- name: Download built xcframeworks
197-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
197+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
198198
with:
199199
name: xcframework
200200
path: xcframeworks
@@ -446,7 +446,7 @@ jobs:
446446
persist-credentials: false
447447

448448
- name: Download aratifacts
449-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
449+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
450450
with:
451451
name: xcframework
452452
path: xcframeworks

0 commit comments

Comments
 (0)
Please sign in to comment.