Skip to content

Commit a0a94c0

Browse files
chore(deps): update github artifact actions (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5eb291 commit a0a94c0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Archive Package Artifacts
116116
id: archive
117117
if: success() || failure()
118-
uses: actions/upload-artifact@v5
118+
uses: actions/upload-artifact@v6
119119
with:
120120
name: CmdFX-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}
121121
path: |
@@ -145,7 +145,7 @@ jobs:
145145
shell: bash
146146
- name: Archive Test Reports
147147
if: success() || failure()
148-
uses: actions/upload-artifact@v5
148+
uses: actions/upload-artifact@v6
149149
with:
150150
name: CmdFX-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}-test
151151
path: build/Testing/*

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Archive Package Artifacts
115115
id: archive
116116
if: success() || failure()
117-
uses: actions/upload-artifact@v5
117+
uses: actions/upload-artifact@v6
118118
with:
119119
name: CmdFX-Release-${{ runner.os }}-${{ runner.arch }}-${{ github.sha }}
120120
path: build/package/*
@@ -146,7 +146,7 @@ jobs:
146146
id: latest_tag
147147
run: echo "LATEST_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
148148
- name: Download Release Artifacts
149-
uses: actions/download-artifact@v6
149+
uses: actions/download-artifact@v7
150150
with:
151151
pattern: CmdFX-Release-*
152152
path: build/package

0 commit comments

Comments
 (0)