Skip to content

Commit 8bcedee

Browse files
authored
Merge pull request #609 from intel/dependabot/github_actions/actions/upload-artifact-4.4.0
⬆️ Bump actions/upload-artifact from 4.3.6 to 4.4.0
2 parents 84d426e + baa6353 commit 8bcedee

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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
47+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
35+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
3636
with:
3737
name: cib.hpp
3838
path: ${{github.workspace}}/build/include/cib/cib.hpp

0 commit comments

Comments
 (0)