Skip to content

Commit 58a97bf

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#10305)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da91f6f commit 58a97bf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/primer_run_main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
${{ runner.os }}-${{ matrix.python-version }}-${{
103103
steps.commitstring.outputs.commitstring }}-primer
104104
- name: Upload commit string
105-
uses: actions/[email protected].1
105+
uses: actions/[email protected].2
106106
if: matrix.batchIdx == 0
107107
with:
108108
name: primer_commitstring_${{ matrix.python-version }}
@@ -123,7 +123,7 @@ jobs:
123123
then echo "::warning ::$WARNINGS"
124124
fi
125125
- name: Upload output
126-
uses: actions/[email protected].1
126+
uses: actions/[email protected].2
127127
with:
128128
name:
129129
primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}

.github/workflows/primer_run_pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,15 @@ jobs:
197197
then echo "::warning ::$WARNINGS"
198198
fi
199199
- name: Upload output of PR
200-
uses: actions/[email protected].1
200+
uses: actions/[email protected].2
201201
with:
202202
name:
203203
primer_output_pr_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
204204
path:
205205
tests/.pylint_primer_tests/output_${{ matrix.python-version }}_pr_batch${{
206206
matrix.batchIdx }}.txt
207207
- name: Upload output of 'main'
208-
uses: actions/[email protected].1
208+
uses: actions/[email protected].2
209209
with:
210210
name:
211211
primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
@@ -218,7 +218,7 @@ jobs:
218218
- name: Upload PR number
219219
if:
220220
startsWith(steps.python.outputs.python-version, '3.9') && matrix.batchIdx == 0
221-
uses: actions/[email protected].1
221+
uses: actions/[email protected].2
222222
with:
223223
name: pr_number
224224
path: pr_number.txt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
python -m build
3636
- name: Upload release assets
37-
uses: actions/[email protected].1
37+
uses: actions/[email protected].2
3838
with:
3939
name: release-assets
4040
path: dist/

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
python -m pytest -vv --minimal-messages-config tests/test_functional.py
8686
- name: Upload coverage artifact
8787
if: runner.os == 'Linux'
88-
uses: actions/[email protected].1
88+
uses: actions/[email protected].2
8989
with:
9090
name: coverage-${{ matrix.python-version }}
9191
include-hidden-files: true
@@ -170,7 +170,7 @@ jobs:
170170
run: >-
171171
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT
172172
- name: Upload benchmark artifact
173-
uses: actions/[email protected].1
173+
uses: actions/[email protected].2
174174
with:
175175
name:
176176
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{

0 commit comments

Comments
 (0)