Skip to content

Commit c8da90d

Browse files
authored
Merge pull request #589 from intel/dependabot/github_actions/actions/upload-artifact-4.3.5
⬆️ Bump actions/upload-artifact from 4.3.4 to 4.3.5
2 parents bd40cb6 + fc420db commit c8da90d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/performance_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "</details>" >> $GITHUB_STEP_SUMMARY
4545
4646
- name: 'Upload Compilation Trace'
47-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
47+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
4848
with:
4949
name: compilation_trace.json
5050
path: ${{github.workspace}}/build/benchmark/CMakeFiles/compilation_benchmark.dir/big_nexus.cpp.json

.github/workflows/single_header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: cmake --build ${{github.workspace}}/build -t release_header
3333

3434
- name: 'Upload Artifact'
35-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
35+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
3636
with:
3737
name: cib.hpp
3838
path: ${{github.workspace}}/build/include/cib/cib.hpp

0 commit comments

Comments
 (0)