Skip to content

Commit e79d00d

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#211)
1 parent 22f83c7 commit e79d00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: dotnet pack -p:PackageVersion=${{ env.nugetVersion }} --configuration Release -o ${{github.workspace}}\IntelliTect.ListingManagerPack --no-build
5454
- name: Upload Artifacts
5555
if: startsWith(github.ref, 'refs/tags/v')
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: NuGet
5959
path: ${{github.workspace}}/IntelliTect.ListingManagerPack

0 commit comments

Comments
 (0)