Skip to content

Commit 084ae75

Browse files
Bump actions/upload-artifact from 5 to 6 (PowerShell#26616)
1 parent 15d0a28 commit 084ae75

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/macos-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
testResultsFolder: "${{ runner.workspace }}/testResults"
229229
- name: Upload package artifact
230230
if: always()
231-
uses: actions/upload-artifact@v5
231+
uses: actions/upload-artifact@v6
232232
with:
233233
name: macos-package
234234
path: "*.pkg"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
62+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6363
with:
6464
name: SARIF file
6565
path: results.sarif

.github/workflows/windows-packaging-reusable.yml

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

8282
- name: Upload Build Artifacts
8383
if: always()
84-
uses: actions/upload-artifact@v5
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: windows-packaging-${{ matrix.architecture }}-${{ matrix.channel }}
8787
path: |

.github/workflows/xunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
Write-Host "Completed xUnit test run."
4747
4848
- name: Upload xUnit results
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v6
5050
if: always()
5151
with:
5252
name: ${{ inputs.test_results_artifact_name }}

0 commit comments

Comments
 (0)