Skip to content

Commit

Permalink
Update release-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAmputer authored May 14, 2024
1 parent 028dfaa commit 297398a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet build src/ClickHouse.Facades.Testing/ClickHouse.Facades.Testing.csproj --configuration Release /p:Version=${{ github.event.inputs.version }} --no-restore

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: testing-package
path: src/ClickHouse.Facades.Testing/bin/Release/ClickHouse.Facades.Testing.*nupkg
Expand All @@ -40,7 +40,7 @@ jobs:
name: Push to NuGet.org
steps:
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: testing-package

Expand Down

0 comments on commit 297398a

Please sign in to comment.