Skip to content

Commit c5065a5

Browse files
update actions related to artifacts
1 parent eac3801 commit c5065a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/releaseBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet pack -p:PackageVersion=${{ steps.getReleaseVersion.outputs.tag }} -o ./output
3535

3636
- name: Upload TinyHealthCheck package artifact
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: nuget-package
4040
path: ./output/TinyHealthCheck.${{ steps.getReleaseVersion.outputs.tag }}.nupkg
@@ -61,7 +61,7 @@ jobs:
6161
run: echo ${{ steps.getReleaseVersion.outputs.tag }}
6262

6363
- name: Download TinyHealthCheck artifact
64-
uses: actions/download-artifact@v4.1.7
64+
uses: actions/download-artifact@v7
6565
with:
6666
path: ./package
6767
name: nuget-package

0 commit comments

Comments
 (0)