Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
wp-version: latest
strict: true
- name: Upload reviewed installation artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: codegenie-pulse-connector-1.2.1-release-candidate
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
wp-version: '7.0.2'
strict: true
- name: Upload prepared artifacts without publishing
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: codegenie-pulse-connector-${{ needs.metadata.outputs.version }}-prepared
path: |
Expand Down
Loading