Skip to content

Commit 9cdf5b5

Browse files
authored
Merge pull request #224 from dvershinin/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents b3578fe + 6e88961 commit 9cdf5b5

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)