75
75
python3 ./CircleciScripts/create_xcframeworks.py
76
76
77
77
- name : Upload artifacts
78
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
78
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
79
79
with :
80
80
name : xcframework
81
81
path : xcframeworks/
@@ -103,7 +103,7 @@ jobs:
103
103
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
104
104
105
105
- name : Download aratifacts
106
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
106
+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
107
107
with :
108
108
name : xcframework
109
109
path : xcframeworks
@@ -128,7 +128,7 @@ jobs:
128
128
$RELEASE_VERSION
129
129
130
130
- name : Upload SPM checksums
131
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
131
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
132
132
with :
133
133
name : spm-checksum
134
134
path : ${{ github.workspace }}/aws-sdk-ios-spm/Package.swift
@@ -159,7 +159,7 @@ jobs:
159
159
role-session-name : " release-spm.${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"
160
160
161
161
- name : Download SPM checksum
162
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
162
+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
163
163
with :
164
164
name : spm-checksum
165
165
path : /tmp/spm-checksum
@@ -194,7 +194,7 @@ jobs:
194
194
persist-credentials : false
195
195
196
196
- name : Download built xcframeworks
197
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
197
+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
198
198
with :
199
199
name : xcframework
200
200
path : xcframeworks
@@ -446,7 +446,7 @@ jobs:
446
446
persist-credentials : false
447
447
448
448
- name : Download aratifacts
449
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
449
+ uses : actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # 4.1.0
450
450
with :
451
451
name : xcframework
452
452
path : xcframeworks
0 commit comments