Skip to content

Commit f65ae5b

Browse files
dependabot[bot]justin-stephenson
authored andcommitted
ci: bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Reviewed-by: Justin Stephenson <jstephen@redhat.com> (cherry picked from commit 1280ffe)
1 parent 4779aa5 commit f65ae5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
source ../contrib/fedora/bashrc_sssd
4848
make -j$PROCESSORS distcheck
4949
50-
- uses: actions/upload-artifact@v5
50+
- uses: actions/upload-artifact@v6
5151
if: always()
5252
with:
5353
name: build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Upload artifacts
242242
if: always()
243-
uses: actions/upload-artifact@v5
243+
uses: actions/upload-artifact@v6
244244
with:
245245
if-no-files-found: ignore
246246
name: ${{ matrix.tag }}-system

.github/workflows/static-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
make -j$PROCESSORS
4040
4141
- name: Upload configuration artifacts
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
if: always()
4444
with:
4545
name: codeql-build

0 commit comments

Comments
 (0)