-
Notifications
You must be signed in to change notification settings - Fork 43
Revert upload artifact version from v4 to v3 #1873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert upload artifact version from v4 to v3 #1873
Conversation
This pull request does not have a backport label. Could you fix it @gurevichdmitry? 🙏
|
📊 Allure Report - 💚 No failures were reported.
|
@@ -52,4 +52,5 @@ updates: | |||
artifact: | |||
patterns: | |||
- "actions/download-artifact" | |||
- "actions/upload-artifact" | |||
# Skip upload-artifact due to this issue: https://github.com/actions/upload-artifact/issues/478 | |||
# - "actions/upload-artifact" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented-out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted in this PR and added ignore
@@ -211,7 +211,7 @@ jobs: | |||
|
|||
- name: Upload Test Results | |||
if: always() | |||
uses: actions/upload-artifact@v4 | |||
uses: actions/upload-artifact@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, also downgrade download-artifact to the same version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orestisfl, Opened a new PR to revert the download-artifact action and also updated the dependabot.yaml to ignore 4.x versions.
Summary of your changes
The latest version of the upload-artifact action has revealed this issue, causing a break in the k8s CI. As mentioned in this comment, this issue does not occur with actions/upload-artifact@v3. This PR reverts the upload-artifact action version from v4 to v3.
Screenshot/Data
Related Issues
Checklist
Introducing a new rule?