Skip to content

Commit

Permalink
Merge pull request #571 from jrfnl/feature/ghactions-update-various-a…
Browse files Browse the repository at this point in the history
…ctions

GH Actions: version update for various predefined actions
  • Loading branch information
shivammathur committed Mar 5, 2022
2 parents 4678e80 + ddf8825 commit 4056d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4056d3f

Please sign in to comment.