Skip to content

Commit 9edaf90

Browse files
authored
Merge pull request #67 from flcdrg/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents e587399 + 51d3a29 commit 9edaf90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
github_token: ${{ secrets.GITHUB_TOKEN }}
9898
tests_fail_step: true
9999

100-
- uses: actions/upload-artifact@v5
100+
- uses: actions/upload-artifact@v6
101101
if: ${{ always() }}
102102
with:
103103
name: test logs
@@ -106,7 +106,7 @@ jobs:
106106
- name: Pack
107107
run: nuget pack .\PowerShellWixExtension.nuspec -Version "$env:NBGV_NuGetPackageVersion" -Properties "Configuration=$env:Configuration;releasenotes=$env:Release_body"
108108

109-
- uses: actions/upload-artifact@v5
109+
- uses: actions/upload-artifact@v6
110110
with:
111111
name: nupkg
112112
path: ${{ github.workspace }}\PowerShellWixExtension.${{ env.NBGV_NuGetPackageVersion }}.nupkg

0 commit comments

Comments
 (0)