Skip to content

Commit 91d638f

Browse files
committed
Update upload-artifact to v4
1 parent 2792bd9 commit 91d638f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Zip plugin
1515
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md
1616

1717
- name: Upload artifact
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: proxy-aware-https-fix
2121
path: proxy-aware-https-fix.zip

0 commit comments

Comments
 (0)