File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 - run : mv .\OpcUaExtractorSetup\bin\Release\OpcUaExtractorSetup.msi .\OpcUaExtractorSetup-${{ needs.prerequisites.outputs.version }}.msi
149149
150150 - name : Upload artifacts
151- uses : actions/upload-artifact@v4
151+ uses : actions/upload-artifact@v5
152152 if : ${{ needs.prerequisites.outputs.should-release == 0 && needs.prerequisites.outputs.branch == 'master' }}
153153 with :
154154 name : installer
@@ -221,7 +221,7 @@ jobs:
221221 mv ./opcua-extractor_${{ needs.prerequisites.outputs.version }}_amd64.deb artifacts/
222222
223223 - name : Upload artifacts
224- uses : actions/upload-artifact@v4
224+ uses : actions/upload-artifact@v5
225225 if : ${{ needs.prerequisites.outputs.should-release == 0 && needs.prerequisites.outputs.branch == 'master' }}
226226 with :
227227 name : linux-artifacts
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 - uses : actions/checkout@v5
2121
2222 - name : Download Linux Artifacts
23- uses : actions/download-artifact@v5
23+ uses : actions/download-artifact@v6
2424 with :
2525 name : linux-artifacts
2626 path : artifacts/
2727
2828 - name : Download Windows Artifact
29- uses : actions/download-artifact@v5
29+ uses : actions/download-artifact@v6
3030 with :
3131 name : installer
3232 path : artifacts/
You can’t perform that action at this time.
0 commit comments