Skip to content

Commit 0617b57

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50d4f43 commit 0617b57

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yml

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

6767
- name: Upload Artifacts
68-
uses: actions/upload-artifact@v4.4.0
68+
uses: actions/upload-artifact@v4.5.0
6969
with:
7070
name: lint-python${{ matrix.python-version }}
7171
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.5.0
116116
with:
117117
name: security-python${{ matrix.python-version }}
118118
path: .security.json
@@ -157,7 +157,7 @@ jobs:
157157
run: poetry run nox -s test:unit -- -- --coverage
158158

159159
- name: Upload Artifacts
160-
uses: actions/upload-artifact@v4.4.0
160+
uses: actions/upload-artifact@v4.5.0
161161
with:
162162
name: coverage-python${{ matrix.python-version }}-fast
163163
path: .coverage

.github/workflows/report.yml

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

4444
- name: Upload Artifacts
45-
uses: actions/upload-artifact@v4.4.0
45+
uses: actions/upload-artifact@v4.5.0
4646
with:
4747
name: metrics.json
4848
path: metrics.json

.github/workflows/slow-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: poetry run nox -s test:integration -- -- --coverage --db-version ${{ matrix.exasol-version }}
4040

4141
- name: Upload Artifacts
42-
uses: actions/upload-artifact@v4.4.0
42+
uses: actions/upload-artifact@v4.5.0
4343
with:
4444
name: coverage-python${{ matrix.python-version }}-slow
4545
path: .coverage

0 commit comments

Comments
 (0)