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 3ab1411 commit a418416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-pull-request-merge-reaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
path: ${{ env.doc_artifact_path }}/doc/html
- name: Deploy pages artifact
id: page-deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

create-release:
name: Create GitHub release
Expand All @@ -105,7 +105,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: "Qx 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 a418416

Please sign in to comment.