Skip to content

Commit 28eb904

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.6.2) --- 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 657bdf1 commit 28eb904

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
@@ -78,7 +78,7 @@ jobs:
7878
run: poetry run -- nox -s lint:code
7979

8080
- name: Upload Artifacts
81-
uses: actions/[email protected].0
81+
uses: actions/[email protected].2
8282
with:
8383
name: lint-python${{ matrix.python-version }}
8484
path: |
@@ -127,7 +127,7 @@ jobs:
127127
run: poetry run -- nox -s lint:security
128128

129129
- name: Upload Artifacts
130-
uses: actions/[email protected].0
130+
uses: actions/[email protected].2
131131
with:
132132
name: security-python${{ matrix.python-version }}
133133
path: .security.json
@@ -170,7 +170,7 @@ jobs:
170170
run: poetry run -- nox -s test:unit -- --coverage
171171

172172
- name: Upload Artifacts
173-
uses: actions/[email protected].0
173+
uses: actions/[email protected].2
174174
with:
175175
name: coverage-python${{ matrix.python-version }}-fast
176176
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
@@ -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/[email protected].0
42+
uses: actions/[email protected].2
4343
with:
4444
name: coverage-python${{ matrix.python-version }}-${{matrix.connector}}-slow
4545
path: .coverage

0 commit comments

Comments
 (0)