File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments