Skip to content

Commit ae5dc1d

Browse files
[skip ci]Update GitHub Artifact Actions (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f1b565 commit ae5dc1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/desktop-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
Move-Item -LiteralPath $msiFile.FullName -Destination "output\windows\libchecker-webui-windows-x64.msi" -Force
133133
134134
- name: Upload package artifact
135-
uses: actions/upload-artifact@v6
135+
uses: actions/upload-artifact@v7
136136
with:
137137
name: ${{ matrix.artifact }}
138138
path: output/${{ matrix.output_dir }}/*
@@ -154,7 +154,7 @@ jobs:
154154
fetch-depth: 0
155155

156156
- name: Download package artifacts
157-
uses: actions/download-artifact@v7
157+
uses: actions/download-artifact@v8
158158
with:
159159
path: nightly-assets
160160
merge-multiple: true

0 commit comments

Comments
 (0)