Skip to content

Commit 612fe56

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.2) --- 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 95f0402 commit 612fe56

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
@@ -82,7 +82,7 @@ jobs:
8282
run: poetry run -- nox -s lint:code
8383

8484
- name: Upload Artifacts
85-
uses: actions/[email protected].0
85+
uses: actions/[email protected].2
8686
with:
8787
name: lint-python${{ matrix.python-version }}
8888
path: |
@@ -131,7 +131,7 @@ jobs:
131131
run: poetry run -- nox -s lint:security
132132

133133
- name: Upload Artifacts
134-
uses: actions/[email protected].0
134+
uses: actions/[email protected].2
135135
with:
136136
name: security-python${{ matrix.python-version }}
137137
path: .security.json
@@ -176,7 +176,7 @@ jobs:
176176
run: poetry run -- nox -s test:unit -- --coverage
177177

178178
- name: Upload Artifacts
179-
uses: actions/[email protected].0
179+
uses: actions/[email protected].2
180180
with:
181181
name: coverage-python${{ matrix.python-version }}-fast
182182
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].2
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].2
4040
with:
4141
name: coverage-python${{ matrix.python-version }}-slow
4242
path: .coverage

0 commit comments

Comments
 (0)