Skip to content

Commit

Permalink
Revert upload/download actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Feb 17, 2024
1 parent 67df842 commit 54176e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--file mq \
package
- name: Upload MQ Distribution
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: mq-distribution
retention-days: 1
Expand All @@ -53,7 +53,7 @@ jobs:

steps:
- name: Download MQ Distribution
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: mq-distribution
- name: Extract MQ Distribution
Expand Down

0 comments on commit 54176e9

Please sign in to comment.