File tree Expand file tree Collapse file tree 8 files changed +78
-69
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 8 files changed +78
-69
lines changed Original file line number Diff line number Diff line change 6565 run : poetry run nox -s lint:code
6666
6767 - name : Upload Artifacts
68- uses : actions/upload-artifact@v4.5 .0
68+ uses : actions/upload-artifact@v4.6 .0
6969 with :
7070 name : lint-python${{ matrix.python-version }}
7171 path : |
@@ -114,7 +114,7 @@ jobs:
114114 run : poetry run nox -s lint:security
115115
116116 - name : Upload Artifacts
117- uses : actions/upload-artifact@v4.5 .0
117+ uses : actions/upload-artifact@v4.6 .0
118118 with :
119119 name : security-python${{ matrix.python-version }}
120120 path : .security.json
@@ -159,7 +159,7 @@ jobs:
159159 run : poetry run nox -s test:unit -- -- --coverage
160160
161161 - name : Upload Artifacts
162- uses : actions/upload-artifact@v4.5 .0
162+ uses : actions/upload-artifact@v4.6 .0
163163 with :
164164 name : coverage-python${{ matrix.python-version }}-fast
165165 path : .coverage
Original file line number Diff line number Diff line change 4444 run : poetry run nox -s project:report -- -- --format json | tee metrics.json
4545
4646 - name : Upload Artifacts
47- uses : actions/upload-artifact@v4.5 .0
47+ uses : actions/upload-artifact@v4.6 .0
4848 with :
4949 name : metrics.json
5050 path : metrics.json
Original file line number Diff line number Diff line change 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.5 .0
42+ uses : actions/upload-artifact@v4.6 .0
4343 with :
4444 name : coverage-python${{ matrix.python-version }}-slow
4545 path : .coverage
Original file line number Diff line number Diff line change 1414* Updated design doc (Added known Issues)
1515* Updated migration progress table
1616
17+ ## 🔧 Changed
18+ * Updated ` actions/upload-artifacts ` version to ` 4.6.0 `
19+
1720## 🔩 Internal
1821* Relocked dependencies
1922* Update referenced github actions
Original file line number Diff line number Diff line change 7171 run : poetry run nox -s lint:code
7272
7373 - name : Upload Artifacts
74- uses : actions/upload-artifact@v4.5 .0
74+ uses : actions/upload-artifact@v4.6 .0
7575 with :
7676 name : lint-python${{ matrix.python-version }}
7777 path : |
@@ -120,7 +120,7 @@ jobs:
120120 run : poetry run nox -s lint:security
121121
122122 - name : Upload Artifacts
123- uses : actions/upload-artifact@v4.5 .0
123+ uses : actions/upload-artifact@v4.6 .0
124124 with :
125125 name : security-python${{ matrix.python-version }}
126126 path : .security.json
@@ -165,7 +165,7 @@ jobs:
165165 run : poetry run nox -s test:unit -- -- --coverage
166166
167167 - name : Upload Artifacts
168- uses : actions/upload-artifact@v4.5 .0
168+ uses : actions/upload-artifact@v4.6 .0
169169 with :
170170 name : coverage-python${{ matrix.python-version }}-fast
171171 path : .coverage
Original file line number Diff line number Diff line change 4444 run : poetry run nox -s project:report -- -- --format json | tee metrics.json
4545
4646 - name : Upload Artifacts
47- uses : actions/upload-artifact@v4.5 .0
47+ uses : actions/upload-artifact@v4.6 .0
4848 with :
4949 name : metrics.json
5050 path : metrics.json
Original file line number Diff line number Diff line change 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.5 .0
42+ uses : actions/upload-artifact@v4.6 .0
4343 with :
4444 name : coverage-python${{ matrix.python-version }}-slow
4545 path : .coverage
You can’t perform that action at this time.
0 commit comments