Skip to content

Commit 9efe1b6

Browse files
Bump actions/upload-artifact from 4.6.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84365c7 commit 9efe1b6

9 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/ci-cov-linux-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ci-cov-linux-report.sh PCM.linux.and.python
3838
3939
- name: upload-artifact
40-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
40+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4141
with:
4242
name: coverity-linux-and-python-report-${{ github.sha }}
4343
path: "*-Report.pdf"

.github/workflows/ci-cov-windows-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
c:\pcm\ci-cov-windows-report.ps1 PCM.windows-all
4949
5050
- name: upload-artifact
51-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
51+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252
with:
5353
name: coverity-windows-all-report-${{ github.sha }}
5454
path: "*-Report.pdf"

.github/workflows/ci-fuzz-micro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "Fuzzing completed"
4040
4141
- name: upload-artifact
42-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343
with:
4444
name: fuzz-evidence-${{ github.sha }}
4545
path: |

.github/workflows/ci-fuzz-short.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "Fuzzing completed"
3939
4040
- name: upload-artifact
41-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
41+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4242
with:
4343
name: fuzz-log-${{ github.sha }}
4444
path: "build/fuzz-log.txt"

.github/workflows/ci-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "Fuzzing completed"
4242
4343
- name: upload-artifact
44-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
44+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545
with:
4646
name: fuzz-evidence-${{ github.sha }}
4747
path: |

.github/workflows/ci-test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,55 +41,55 @@ jobs:
4141
bash ${{ github.workspace }}/tests/test.sh 2>&1 | tee test-log.txt
4242
4343
- name: upload-artifact
44-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
44+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4545
with:
4646
name: test-log-${{ github.sha }}
4747
path: test-log.txt
4848

4949
- name: upload-artifact
50-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151
with:
5252
name: test-log-raw-tr-wo_ext-${{ github.sha }}
5353
path: build/bin/raw_tr_wo_ext.csv
5454

5555
- name: upload-artifact
56-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
56+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5757
with:
5858
name: test-log-raw-tr-wi_ext-${{ github.sha }}
5959
path: build/bin/raw_tr_wi_ext.csv
6060

6161
- name: upload-artifact
62-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
62+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363
with:
6464
name: pcm-csv-${{ github.sha }}
6565
path: build/bin/pcm.csv
6666

6767
- name: upload-artifact
68-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6969
with:
7070
name: pcm-memory-csv-${{ github.sha }}
7171
path: build/bin/pcm-memory.csv
7272

7373
- name: upload-artifact
74-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
74+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7575
with:
7676
name: test-log-raw-tr-wi_ext-single_header-${{ github.sha }}
7777
path: build/bin/raw_tr_wi_ext_single_header.csv
7878

7979
- name: upload-artifact
80-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
80+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181
with:
8282
name: test-log-raw-edp-${{ github.sha }}
8383
path: build/bin/raw_edp.txt
8484

8585
- name: upload-artifact
86-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
86+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8787
with:
8888
name: test-log-raw-json-${{ github.sha }}
8989
path: build/bin/raw_json.json
9090

9191
- name: upload-artifact
92-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
92+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9393
with:
9494
name: test-log-raw-edp-offlined-cores-${{ github.sha }}
9595
path: build/bin/raw_edp_offlined_cores.txt

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
chdir ${{github.workspace}}\src\WinMSRDriver
4747
msbuild MSR.vcxproj /p:Configuration=Release,Platform=x64 /t:Clean,Build /m
4848
- name: upload-artifact
49-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
49+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5050
with:
5151
name: PCMforWindows
5252
path: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666
# format to the repository Actions tab.
6767
- name: "Upload artifact"
68-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
68+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6969
with:
7070
name: SARIF file
7171
path: results.sarif

.github/workflows/windriver-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: msbuild src\WinMSRDriver\MSR.vcxproj /m /t:Build /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
4040

4141
- name: upload-artifact
42-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343
with:
4444
name: WinMSRDriver
4545
path: src\WinMSRDriver\x64\Release\MSR\msr.*

0 commit comments

Comments
 (0)