Skip to content

Commit ff87754

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/upload-artifact from 4.3.1 to 4.3.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8640e05 commit ff87754

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
@@ -41,7 +41,7 @@ jobs:
4141
./cake
4242
- name: Upload artifacts
4343
if: always()
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].2
4545
with:
4646
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}
4747
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
./cake upload
3232
- name: Upload artifacts
3333
if: always()
34-
uses: actions/[email protected].1
34+
uses: actions/[email protected].2
3535
with:
3636
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
3737
path: |

0 commit comments

Comments
 (0)