Skip to content

Commit be19171

Browse files
wiktorkCopilot
andcommitted
ci: update deprecated actions/cache and upload-artifact to v4
Bump actions/cache to v4.3.0 and actions/upload-artifact to v4.6.2 in build.yml.disabled and scorecards.yml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c3fb8ec commit be19171

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml.disabled

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3030

31-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
31+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232
with:
3333
path: out/packages
3434
key: nuget
@@ -37,14 +37,14 @@ jobs:
3737

3838
- name: archive so
3939
if: matrix.os == 'ubuntu-latest'
40-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
40+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4141
with:
4242
name: libInstrumentationEngine.so
4343
path: out/Linux/bin/x64.Release/ClrInstrumentationEngine/libInstrumentationEngine.so
4444

4545
- name: archive dylib
4646
if: matrix.os == 'macos-latest'
47-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4848
with:
4949
name: libInstrumentationEngine.dylib
5050
path: out/OSX/bin/x64.Release/ClrInstrumentationEngine/libInstrumentationEngine.dylib

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
66+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)