Skip to content

Commit 2c9cdaf

Browse files
Update actions/upload-artifact action to v6 (#5229)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent b13b01d commit 2c9cdaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
New-Item assets\PowerShellModules -ItemType Directory
6565
Compress-Archive -Path deploy\PowerShellModules\Particular.ServiceControl.Management\* -DestinationPath assets\PowerShellModules\Particular.ServiceControl.Management.zip
6666
- name: Publish assets
67-
uses: actions/upload-artifact@v5.0.0
67+
uses: actions/upload-artifact@v6.0.0
6868
with:
6969
name: assets
7070
path: assets/*
7171
retention-days: 1
7272
- name: Publish zips
73-
uses: actions/upload-artifact@v5.0.0
73+
uses: actions/upload-artifact@v6.0.0
7474
with:
7575
name: zips
7676
path: zip/*
@@ -88,7 +88,7 @@ jobs:
8888
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
8989
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }}
9090
- name: Publish NuGet packages
91-
uses: actions/upload-artifact@v5.0.0
91+
uses: actions/upload-artifact@v6.0.0
9292
with:
9393
name: nugets
9494
path: nugets/*

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
New-Item assets\PowerShellModules -ItemType Directory
5252
Compress-Archive -Path deploy\PowerShellModules\Particular.ServiceControl.Management\* -DestinationPath assets\PowerShellModules\Particular.ServiceControl.Management.zip
5353
- name: Upload assets
54-
uses: actions/upload-artifact@v5.0.0
54+
uses: actions/upload-artifact@v6.0.0
5555
if: matrix.test-category == 'Default'
5656
with:
5757
name: ${{ matrix.os-name }}-assets

0 commit comments

Comments
 (0)