Skip to content

Commit 4b8ea28

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.3
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] <support@github.com>
1 parent cb2c637 commit 4b8ea28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: poetry run nox -s lint:code
6464

6565
- name: Upload Artifacts
66-
uses: actions/upload-artifact@v4.4.0
66+
uses: actions/upload-artifact@v4.4.3
6767
with:
6868
name: lint-python${{ matrix.python-version }}
6969
path: .lint.txt
@@ -112,7 +112,7 @@ jobs:
112112
run: poetry run nox -s lint:security
113113

114114
- name: Upload Artifacts
115-
uses: actions/upload-artifact@v4.4.0
115+
uses: actions/upload-artifact@v4.4.3
116116
with:
117117
name: security-python${{ matrix.python-version }}
118118
path: .security.json
@@ -143,7 +143,7 @@ jobs:
143143
run: poetry run nox -s test:coverage -- -- --db-version ${{ matrix.exasol-version }}
144144

145145
- name: Upload Artifacts
146-
uses: actions/upload-artifact@v4.4.0
146+
uses: actions/upload-artifact@v4.4.3
147147
with:
148148
name: coverage-python${{ matrix.python-version }}
149149
path: .coverage

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: poetry run nox -s project:report -- -- --format json | tee metrics.json
3939

4040
- name: Upload Artifacts
41-
uses: actions/upload-artifact@v4.4.0
41+
uses: actions/upload-artifact@v4.4.3
4242
with:
4343
name: metrics.json
4444
path: metrics.json

0 commit comments

Comments
 (0)