diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9c7b5dd..d5c081b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -63,7 +63,7 @@ jobs: run: poetry run nox -s lint:code - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: lint-python${{ matrix.python-version }} path: .lint.txt @@ -112,7 +112,7 @@ jobs: run: poetry run nox -s lint:security - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: security-python${{ matrix.python-version }} path: .security.json @@ -143,7 +143,7 @@ jobs: run: poetry run nox -s test:coverage -- -- --db-version ${{ matrix.exasol-version }} - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: coverage-python${{ matrix.python-version }} path: .coverage diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index bb74336..804e140 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -38,7 +38,7 @@ jobs: run: poetry run nox -s project:report -- -- --format json | tee metrics.json - name: Upload Artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: name: metrics.json path: metrics.json