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 f2588ea commit d1f3290Copy full SHA for d1f3290
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: dotnet test src --configuration Release --no-build
42
- name: Upload packages
43
if: matrix.name == 'Linux'
44
- uses: actions/upload-artifact@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
45
with:
46
name: nuget-packages
47
path: nugets/
@@ -57,7 +57,7 @@ jobs:
57
58
dotnet-version: 8.0.x
59
- name: Download artifacts
60
- uses: actions/download-artifact@v6.0.0
+ uses: actions/download-artifact@v7.0.0
61
62
63
0 commit comments