Skip to content

Commit 4559f50

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 547c92f commit 4559f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
# Use custom token if available, otherwise fall back to GITHUB_TOKEN (for Dependabot PRs)
4646
LASTVERSION_GITHUB_API_TOKEN: ${{ secrets.LASTVERSION_GITHUB_API_TOKEN || github.token }}
4747
- name: 'Upload brotli.spec artifact'
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: brotli.spec
5151
path: tests/brotli.spec
5252
- name: 'Upload nginx-module-security-headers.spec artifact'
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v7
5454
with:
5555
name: nginx-module-security-headers.spec
5656
path: tests/nginx-module-security-headers.spec
@@ -98,7 +98,7 @@ jobs:
9898
LASTVERSION_GITHUB_API_TOKEN: ${{ secrets.LASTVERSION_GITHUB_API_TOKEN || github.token }}
9999

100100
- name: Upload pytest test results
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: pytest-results-${{ matrix.python-version }}
104104
path: junit/test-results-${{ matrix.python-version }}.xml

0 commit comments

Comments
 (0)