We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd79406 commit a8543c2Copy full SHA for a8543c2
2 files changed
.github/workflows/ci.yml
@@ -44,13 +44,13 @@ jobs:
44
uses: Particular/run-tests-action@v1.7.0
45
# Upload assets and packages
46
- name: Upload assets
47
- uses: actions/upload-artifact@v5.0.0
+ uses: actions/upload-artifact@v6.0.0
48
with:
49
name: Assets
50
path: src/ServicePulse.Host/bin/Release/
51
retention-days: 7
52
- name: Upload packages
53
54
55
name: NuGet packages
56
path: nugets/
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
run: dotnet build src/Setup --configuration Release
69
# Upload artifacts
70
- name: Publish artifacts
71
72
73
name: artifacts
74
path: |
0 commit comments