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 f31742c commit 22e330bCopy full SHA for 22e330b
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
runs-on: ubuntu-24.04
51
steps:
52
- name: Download artifacts
53
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
54
with:
55
name: packages
56
- name: Push to pkg.github.com
@@ -69,7 +69,7 @@ jobs:
69
- name: Checkout
70
uses: actions/checkout@v4
71
72
73
74
75
path: packages
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
- name: Push to nuget.org
0 commit comments