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 8f69a10 commit 8ae60e1Copy full SHA for 8ae60e1
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ubuntu-latest
56
steps:
57
- name: Download artifacts
58
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
59
with:
60
name: packages
61
- name: Push to pkg.github.com
@@ -74,7 +74,7 @@ jobs:
74
- name: Checkout
75
uses: actions/checkout@v6
76
77
78
79
80
path: packages
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
- name: NuGet Login
0 commit comments