Skip to content

Commit

Permalink
Merge pull request #46 from flcdrg/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4
  • Loading branch information
flcdrg authored Dec 17, 2023
2 parents 9bcfa87 + 6994d3d commit e8d65b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
tests_fail_step: true

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test logs
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Pack
run: nuget pack .\PowerShellWixExtension.nuspec -Version "$env:NBGV_NuGetPackageVersion" -Properties "Configuration=$env:Configuration;releasenotes=$env:Release_body"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nupkg
path: ${{ github.workspace }}\PowerShellWixExtension.${{ env.NBGV_NuGetPackageVersion }}.nupkg
Expand Down

0 comments on commit e8d65b8

Please sign in to comment.