Skip to content

Commit 73953c9

Browse files
committed
Update actions/upload-artifact
Signed-off-by: Victor Chang <[email protected]>
1 parent 901b1fe commit 73953c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: cat src/AssemblyInfo.cs
6969

7070
- name: Upload AssemblyInfo
71-
uses: actions/upload-artifact@v3.1.2
71+
uses: actions/upload-artifact@v4.6.2
7272
if: always()
7373
with:
7474
name: assembly-info
@@ -297,7 +297,7 @@ jobs:
297297
popd
298298
299299
- name: Upload Integration Test Results
300-
uses: actions/upload-artifact@v3.1.2
300+
uses: actions/upload-artifact@v4.6.2
301301
if: always()
302302
with:
303303
name: integration-${{ matrix.feature }}
@@ -386,7 +386,7 @@ jobs:
386386
dir -r ~/release
387387
388388
- name: Upload CLI
389-
uses: actions/upload-artifact@v3.1.2
389+
uses: actions/upload-artifact@v4.6.2
390390
with:
391391
name: artifacts
392392
path: ~/release
@@ -402,7 +402,7 @@ jobs:
402402

403403
- name: Upload Nuget
404404
if: ${{ matrix.os == 'ubuntu-latest' }}
405-
uses: actions/upload-artifact@v3.1.2
405+
uses: actions/upload-artifact@v4.6.2
406406
with:
407407
name: nuget
408408
path: ~/nupkg
@@ -529,7 +529,7 @@ jobs:
529529
Get-ChildItem ~\release -Recurse
530530
531531
- name: Upload docs
532-
uses: actions/upload-artifact@v3.1.2
532+
uses: actions/upload-artifact@v4.6.2
533533
with:
534534
name: artifacts
535535
path: ~/release

0 commit comments

Comments
 (0)