Merge pull request #571 from jrfnl/feature/ghactions-update-various-actions

GH Actions: version update for various predefined actions
This commit is contained in:
Shivam Mathur 2022-03-05 21:14:08 +05:30 committed by GitHub
commit 4056d3f353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
php -m | Out-File -FilePath "$env:file" -Append
Write-Output "```````n" | Out-File -FilePath "$env:file" -Append
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: lists
path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md
@ -54,7 +54,7 @@ jobs:
with:
repository: ${{ github.repository }}.wiki
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ${{ github.workspace }}
- name: Configure Git