Skip to content

Commit

Permalink
Actions: Update GitHub action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 9, 2024
1 parent fa74a6a commit 32f6eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-fil-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: ${{ env.qt_install_dir }}
credentials: ${{ secrets.qt_ffynnon_cred }}
- name: Checkout FIL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.fil_src_suffix }}
fetch-depth: 0 # Required for verbose versioning to work correctly
Expand All @@ -65,7 +65,7 @@ jobs:
$artifact_name=$((Get-ChildItem -Path "${{ env.fil_package_path }}" -Filter *.zip)[0].BaseName)
echo "current_artifact_name=$artifact_name" >> $Env:GITHUB_ENV
- name: Upload FIL build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.current_artifact_name }}
path: ${{ env.fil_install_path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-pull-request-merge-reaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download built static FIL artifact (Windows)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{ env.artifacts_path }}
- name: Zip up release artifacts
Expand Down

0 comments on commit 32f6eca

Please sign in to comment.