Skip to content

Commit 382f37f

Browse files
[CI] Bump softprops/action-gh-release action version to 2.3.2 (#18972)
to fix a bug causing fail in nightly binaries uploading. // Failing step in nightly build: https://github.com/intel/llvm/actions/runs/15625712272/job/44020499377 // Fix described in the release notes of that `action-gh-release` action: https://github.com/softprops/action-gh-release/releases
1 parent a8583d0 commit 382f37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
echo "TAG=$(date +'%Y-%m-%d')-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
334334
fi
335335
- name: Upload binaries
336-
uses: softprops/[email protected].0
336+
uses: softprops/[email protected].2
337337
with:
338338
files: |
339339
sycl_linux.tar.gz

0 commit comments

Comments
 (0)