Skip to content

Commit b41efc9

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5177179 commit b41efc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Chrome_CI_Deployment .yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test
3131
run: dotnet test --no-build --verbosity normal
3232
- name: Upload a Build Artifact
33-
uses: actions/upload-artifact@v4.6.2
33+
uses: actions/upload-artifact@v5.0.0
3434
if: always()
3535
with:
3636
path: |

.github/workflows/Edge_CI_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test
3131
run: dotnet test --no-build --verbosity normal
3232
- name: Upload a Build Artifact
33-
uses: actions/upload-artifact@v4.6.2
33+
uses: actions/upload-artifact@v5.0.0
3434
if: always()
3535
with:
3636
path: |

.github/workflows/Firefox_CI_deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test
3131
run: dotnet test --no-build --verbosity normal
3232
- name: Upload a Build Artifact
33-
uses: actions/upload-artifact@v4.6.2
33+
uses: actions/upload-artifact@v5.0.0
3434
if: always()
3535
with:
3636
path: |

0 commit comments

Comments
 (0)