Skip to content

Commit 06137d8

Browse files
authored
Merge pull request #70 from flcdrg/dependabot/github_actions/actions/upload-artifact-7
2 parents 1b48c5b + f2bc209 commit 06137d8

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@v6
100+
- uses: actions/upload-artifact@v7
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@v6
109+
- uses: actions/upload-artifact@v7
110110
with:
111111
name: nupkg
112112
path: ${{ github.workspace }}\PowerShellWixExtension.${{ env.NBGV_NuGetPackageVersion }}.nupkg

0 commit comments

Comments
 (0)