We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2792bd9 commit 91d638fCopy full SHA for 91d638f
1 file changed
.github/workflows/package.yml
@@ -9,13 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
- name: Zip plugin
15
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md
16
17
- name: Upload artifact
18
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
19
with:
20
name: proxy-aware-https-fix
21
path: proxy-aware-https-fix.zip
0 commit comments