File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments