Skip to content

Commit f348529

Browse files
chore: bump actions/upload-artifact from 5 to 7 in /.github/actions/build-prqlc (#5892)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2509e1 commit f348529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-prqlc/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ runs:
102102
7z a "../../../${ARTIFACT_NAME}" prqlc.exe ../../../LICENSE README.md
103103
104104
- name: Upload prqlc
105-
uses: actions/upload-artifact@v5
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: prqlc-${{ inputs.target }}-${{ inputs.profile }}
108108
path: ${{ env.ARTIFACT_NAME }}

0 commit comments

Comments
 (0)