We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0079e0 commit 58c5694Copy full SHA for 58c5694
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
run: dotnet pack --configuration release
48
49
- name: Upload Nuget packages
50
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
51
with:
52
name: bicep-types-az-packages
53
path: ./out/*
0 commit comments