Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit c172965

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 084d73f commit c172965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
./cake
3030
- name: Upload artifacts
3131
if: always()
32-
uses: actions/upload-artifact@v4.5.0
32+
uses: actions/upload-artifact@v4.6.0
3333
with:
3434
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
3535
path: |

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/[email protected]
5050
- name: Upload artifacts
5151
if: always()
52-
uses: actions/upload-artifact@v4.5.0
52+
uses: actions/upload-artifact@v4.6.0
5353
with:
5454
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
5555
path: |

0 commit comments

Comments
 (0)