diff --git a/.github/workflows/differential-pylint.yml b/.github/workflows/differential-pylint.yml index 669a410..4785231 100644 --- a/.github/workflows/differential-pylint.yml +++ b/.github/workflows/differential-pylint.yml @@ -26,7 +26,7 @@ jobs: - if: ${{ always() }} name: Upload artifact with detected PyLint defects in SARIF format - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Differential PyLint SARIF path: ${{ steps.PyLint.outputs.sarif }} diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 44cf969..a48a969 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -33,7 +33,7 @@ jobs: - if: ${{ runner.debug == '1' && !cancelled() }} name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }} diff --git a/.packit.yaml b/.packit.yaml index 5cb1b48..d978c7c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -27,11 +27,9 @@ jobs: targets: - epel-all-aarch64 - epel-all-ppc64le - - epel-all-s390x - epel-all-x86_64 - fedora-all-aarch64 - fedora-all-ppc64le - - fedora-all-s390x - fedora-all-x86_64 # EPEL tests