Skip to content

Commit abfc9f9

Browse files
chore: pin actions/upload-artifact to v 4.4.3 (#8666)
1 parent a1a5f87 commit abfc9f9

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build-and-release-desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ jobs:
193193
if: matrix.os == 'windows-2019'
194194

195195
- name: Upload artifacts
196-
uses: actions/upload-artifact@v2
196+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
197+
197198
with:
198199
name: firefly-desktop-${{ matrix.os }}
199200
path: |

.github/workflows/build-desktop-test.v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ jobs:
178178
if: matrix.os == 'windows-2019'
179179

180180
- name: Upload artifacts
181-
uses: actions/upload-artifact@v2
181+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
182+
182183
with:
183184
name: firefly-desktop-${{ matrix.os }}
184185
path: |

.github/workflows/build-desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ jobs:
165165
if: matrix.os == 'windows-2019'
166166

167167
- name: Upload artifacts
168-
uses: actions/upload-artifact@v2
168+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
169+
169170
with:
170171
name: firefly-${{ env.NETWORK_CODE }}-desktop-${{ matrix.os }}
171172
path: |

0 commit comments

Comments
 (0)