Skip to content

Commit 8e3e073

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7527204 commit 8e3e073

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
@@ -62,7 +62,7 @@ jobs:
6262
run: poetry run nox -s lint:code
6363

6464
- name: Upload Artifacts
65-
uses: actions/[email protected].0
65+
uses: actions/[email protected].1
6666
with:
6767
name: lint-python${{ matrix.python-version }}
6868
path: |
@@ -111,7 +111,7 @@ jobs:
111111
run: poetry run nox -s lint:security
112112

113113
- name: Upload Artifacts
114-
uses: actions/[email protected].0
114+
uses: actions/[email protected].1
115115
with:
116116
name: security-python${{ matrix.python-version }}
117117
path: .security.json
@@ -156,7 +156,7 @@ jobs:
156156
run: poetry run nox -s test:unit -- -- --coverage
157157

158158
- name: Upload Artifacts
159-
uses: actions/[email protected].0
159+
uses: actions/[email protected].1
160160
with:
161161
name: coverage-python${{ matrix.python-version }}-fast
162162
path: .coverage

.github/workflows/report.yml

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

4343
- name: Upload Artifacts
44-
uses: actions/[email protected].0
44+
uses: actions/[email protected].1
4545
with:
4646
name: metrics.json
4747
path: metrics.json

.github/workflows/slow-checks.yml

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

3838
- name: Upload Artifacts
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
name: coverage-python${{ matrix.python-version }}-slow
4242
path: .coverage

0 commit comments

Comments
 (0)