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 5f1b565 commit ae5dc1dCopy full SHA for ae5dc1d
1 file changed
.github/workflows/desktop-nightly.yml
@@ -132,7 +132,7 @@ jobs:
132
Move-Item -LiteralPath $msiFile.FullName -Destination "output\windows\libchecker-webui-windows-x64.msi" -Force
133
134
- name: Upload package artifact
135
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
136
with:
137
name: ${{ matrix.artifact }}
138
path: output/${{ matrix.output_dir }}/*
@@ -154,7 +154,7 @@ jobs:
154
fetch-depth: 0
155
156
- name: Download package artifacts
157
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
158
159
path: nightly-assets
160
merge-multiple: true
0 commit comments