Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
source ../contrib/fedora/bashrc_sssd
make -j$PROCESSORS distcheck

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: always()
with:
name: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Upload main artifacts
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
if-no-files-found: ignore
name: ${{ matrix.tag }}-intgcheck
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Upload valgrind artifacts
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
if-no-files-found: ignore
name: ${{ matrix.tag }}-intgcheck-valgrind
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:

- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
if-no-files-found: ignore
name: ${{ matrix.tag }}-system
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
make -j$PROCESSORS

- name: Upload configuration artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
if: always()
with:
name: codeql-build
Expand Down