Skip to content

Commit 48ec35a

Browse files
chore(deps): update github artifact actions (major) (#882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74003b7 commit 48ec35a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)