Skip to content

Commit

Permalink
Upload and Download artifact actions must be same version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Jan 8, 2025
1 parent 6afb3d0 commit 1796da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/c-template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
shell: ${{ inputs.shell }}

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.pv_recorder_platform }}
path: |
Expand Down

0 comments on commit 1796da8

Please sign in to comment.