Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.4.3
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.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.4.0...v4.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent cb2c637 commit 4b8ea28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: poetry run nox -s lint:code

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: lint-python${{ matrix.python-version }}
path: .lint.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: poetry run nox -s lint:security

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: security-python${{ matrix.python-version }}
path: .security.json
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: poetry run nox -s test:coverage -- -- --db-version ${{ matrix.exasol-version }}

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: coverage-python${{ matrix.python-version }}
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 @@ -38,7 +38,7 @@ jobs:
run: poetry run nox -s project:report -- -- --format json | tee metrics.json

- name: Upload Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: metrics.json
path: metrics.json
Expand Down

0 comments on commit 4b8ea28

Please sign in to comment.