Skip to content

Commit 0f67ea3

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bacb9a3 commit 0f67ea3

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

0 commit comments

Comments
 (0)