Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent ea1a4fe commit 0db2c9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: poetry run nox -s lint:code

- name: Upload Artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.6.0
with:
name: lint-python${{ matrix.python-version }}
path: .lint.txt
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: poetry run nox -s lint:security

- name: Upload Artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.6.0
with:
name: security-python${{ matrix.python-version }}
path: .security.json
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
run: poetry run nox -s test:unit -- -- --coverage

- name: Upload Artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-python${{ matrix.python-version }}-fast
path: .coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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.6.0
with:
name: metrics.json
path: metrics.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: poetry run nox -s test:integration -- -- --coverage --db-version ${{ matrix.exasol-version }}

- name: Upload Artifacts
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-python${{ matrix.python-version }}-${{matrix.connector}}-slow
path: .coverage
Expand Down

0 comments on commit 0db2c9f

Please sign in to comment.