Skip to content

Commit 2b8a32b

Browse files
authored
Merge pull request #569 from jupyterhub/dependabot/github_actions/actions-674967a53d
Bump actions/upload-artifact from 6 to 7 in the actions group
2 parents 94822a5 + 58ca962 commit 2b8a32b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pyproject-build
5757

5858
- name: Upload built artifacts
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: dist-${{ github.run_attempt }}
6262
path: ./dist
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: Upload test reports
181181
if: always()
182-
uses: actions/upload-artifact@v6
182+
uses: actions/upload-artifact@v7
183183
with:
184184
name: |-
185185
tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ (matrix.pip-install-constraints != '' && 'oldest-') || '' }}${{ github.run_attempt }}

0 commit comments

Comments
 (0)