Skip to content

Commit f6a1f7e

Browse files
committed
<TBBAS-2554> Replace openDAQ/actions/framewaork-download-artefact with actions/download-artifact@v5
1 parent d16f8ed commit f6a1f7e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci-framework.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,18 @@ jobs:
6767

6868
- name: Download openDAQ framework artifact
6969
id: download
70-
uses: openDAQ/actions/framework-download-artifact@jira/TBBAS-2680-opendaq-gh-actions-github-api-wrapper-unit-tests
70+
uses: actions/download-artifact@v5
7171
with:
72+
repository: openDAQ/openDAQ
73+
github-token: ${{ github.token }}
7274
run-id: ${{ inputs.artifact-run-id }}
73-
artifact-name: ${{ inputs.artifact-name }}
74-
artifact-filename: ${{ inputs.file-name }}
75+
name: ${{ inputs.artifact-name }}
76+
path: ${{ runner.temp }}/artifacts
7577

7678
- name: Install openDAQ framework artifact
7779
uses: openDAQ/actions/framework-install@jira/TBBAS-2680-opendaq-gh-actions-github-api-wrapper-unit-tests
7880
with:
79-
framework-filename: ${{ steps.download.outputs.artifact }}
81+
framework-filename: ${{ steps.download.outputs.download-path }}/${{ inputs.file-name }}
8082

8183
- name: Build and test simple device module
8284
uses: ./.github/actions/module-build-test

0 commit comments

Comments
 (0)