Skip to content

Commit ba1d71f

Browse files
Bump the actions group with 3 updates (#357)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6bc84c commit ba1d71f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
8181
8282
- name: Upload coverage
83-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
83+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
8484
with:
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686

@@ -129,14 +129,14 @@ jobs:
129129
& "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" Installer/Installer.iss
130130
131131
- name: Upload artifacts (portable)
132-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
132+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
133133
with:
134134
name: LightBulb.${{ matrix.rid }}
135135
path: LightBulb/bin/publish/
136136
if-no-files-found: error
137137

138138
- name: Upload artifacts (installer)
139-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
139+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
140140
with:
141141
name: LightBulb-Installer.${{ matrix.rid }}
142142
path: Installer/bin/LightBulb-Installer.exe
@@ -186,13 +186,13 @@ jobs:
186186

187187
steps:
188188
- name: Download artifacts (portable)
189-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
189+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
190190
with:
191191
name: LightBulb.${{ matrix.rid }}
192192
path: LightBulb/
193193

194194
- name: Download artifacts (installer)
195-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
195+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
196196
with:
197197
name: LightBulb-Installer.${{ matrix.rid }}
198198

0 commit comments

Comments
 (0)