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 e76bd33 commit 0b189c6Copy full SHA for 0b189c6
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
runs-on: ubuntu-24.04
90
steps:
91
- name: Download artifacts
92
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
93
with:
94
name: packages
95
- name: Push to GitHub
@@ -108,7 +108,7 @@ jobs:
108
- name: Checkout
109
uses: actions/checkout@v4
110
111
112
113
114
path: packages
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
- name: Push to NuGet
0 commit comments