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.
2 parents 98f0aba + c31268b commit f78f777Copy full SHA for f78f777
1 file changed
.github/workflows/dotnet.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Upload Packages
59
if: success() && github.event_name != 'pull_request'
60
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
61
with:
62
name: packages
63
path: "${{env.BUILD_PATH}}"
0 commit comments