Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Jul 14, 2024
1 parent 9d4b6b4 commit 2380dfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-stex-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
artifact_name="$(basename "$cpack_name" .zip) [${{ matrix.cxx_comp }}]"
echo "current_artifact_name=$artifact_name" >> $GITHUB_ENV
- name: Upload Stex build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.current_artifact_name }}
path: ${{ env.stex_install_path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-stex-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
$artifact_name=$((Get-ChildItem -Path "${{ env.stex_package_path }}" -Filter *.zip)[0].BaseName)
echo "current_artifact_name=$artifact_name" >> $Env:GITHUB_ENV
- name: Upload Stex build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.current_artifact_name }}
path: ${{ env.stex_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 @@ -73,7 +73,7 @@ jobs:
7z a "${{ env.zips_path }}/${name}.zip" "${path}/*"
}
- name: Generate release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "Stex Release v${{ needs.tag_master_and_sync_dev.outputs.new_version }}"
tag_name: "v${{ needs.tag_master_and_sync_dev.outputs.new_version }}"
Expand Down

0 comments on commit 2380dfe

Please sign in to comment.