Skip to content

Commit 1c35cdb

Browse files
dependabot[bot]andyleejordan
authored andcommitted
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbf3dca commit 1c35cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545

4646
- name: Upload build artifacts
4747
if: always()
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: PowerShellEditorServices-module-${{ matrix.os }}
5151
path: module
5252

5353
- name: Upload test results
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
if: always()
5656
with:
5757
name: PowerShellEditorServices-test-results-${{ matrix.os }}

0 commit comments

Comments
 (0)