Skip to content

Commit 44bee7b

Browse files
ci: update github artifact actions (major) (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aba94a1 commit 44bee7b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: 💾 Upload artifacts
6262
if: success() && matrix.os == 'windows-latest'
63-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
63+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
6464
with:
6565
name: yolo-dev-sdk
6666
path: artifacts

.github/workflows/release-please.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ jobs:
8989
run: dotnet pack --configuration Release --no-build
9090

9191
- name: 🔼 Upload packages as artifact
92-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
92+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9393
with:
9494
name: nuget
9595
path: artifacts/nuget/
9696

9797
- name: 🔼 Upload global.json as artifact
98-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
98+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9999
with:
100100
name: global-json
101101
path: global.json
@@ -122,13 +122,13 @@ jobs:
122122

123123
steps:
124124
- name: 🔽 Download nuget artifact
125-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
125+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
126126
with:
127127
name: nuget
128128
path: nuget
129129

130130
- name: 🔽 Download global-json artifact
131-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
131+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
132132
with:
133133
name: global-json
134134

@@ -151,13 +151,13 @@ jobs:
151151

152152
steps:
153153
- name: 🔽 Download nuget artifact
154-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
154+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
155155
with:
156156
name: nuget
157157
path: nuget
158158

159159
- name: 🔽 Download global-json artifact
160-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
160+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
161161
with:
162162
name: global-json
163163

0 commit comments

Comments
 (0)