Skip to content

Commit

Permalink
Actions: Update GitHub made action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 7, 2024
1 parent 554816e commit 0420fd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-libfp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get install libwayland-dev
- name: Checkout libfp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.libfp_src_suffix }}
fetch-depth: 0 # Required for verbose versioning to work correctly
Expand All @@ -107,7 +107,7 @@ jobs:
artifact_name="$(basename "$cpack_name" .zip) [${{ matrix.cxx_comp }}]"
echo "current_artifact_name=$artifact_name" >> $GITHUB_ENV
- name: Upload libfp build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.current_artifact_name }}
path: ${{ env.libfp_install_path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-libfp-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: ${{ env.qt_install_dir }}
credentials: ${{ secrets.qt_ffynnon_cred }}
- name: Checkout libfp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.libfp_src_suffix }}
fetch-depth: 0 # Required for verbose versioning to work correctly
Expand All @@ -70,7 +70,7 @@ jobs:
$artifact_name=$((Get-ChildItem -Path "${{ env.libfp_package_path }}" -Filter *.zip)[0].BaseName)
echo "current_artifact_name=$artifact_name" >> $Env:GITHUB_ENV
- name: Upload libfp build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.current_artifact_name }}
path: ${{ env.libfp_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 @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download built libfp artifacts
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 0420fd9

Please sign in to comment.