From bdad406173575f0f08da12181be7dfff398d79a4 Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sun, 14 Jul 2024 19:17:17 -0400 Subject: [PATCH] Update actions versions --- .github/workflows/master-pull-request-merge-reaction.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master-pull-request-merge-reaction.yml b/.github/workflows/master-pull-request-merge-reaction.yml index 065604b..7787dba 100644 --- a/.github/workflows/master-pull-request-merge-reaction.yml +++ b/.github/workflows/master-pull-request-merge-reaction.yml @@ -91,7 +91,7 @@ jobs: path: ${{ github.workspace }}/redirector - name: Deploy pages artifact id: page-deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 create-release: name: Create GitHub release @@ -114,7 +114,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: "CLIFp Release v${{ needs.tag_master_and_sync_dev.outputs.new_version }} (Targets FP ${{ needs.tag_master_and_sync_dev.outputs.target_fp_version }})" tag_name: "v${{ needs.tag_master_and_sync_dev.outputs.new_version }}"