Skip to content

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

Merged

Conversation

gurevichdmitry
Copy link
Collaborator

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

  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary README/documentation (if appropriate)

Introducing a new rule?

@gurevichdmitry gurevichdmitry marked this pull request as ready for review January 29, 2024 08:10
@gurevichdmitry gurevichdmitry requested a review from a team as a code owner January 29, 2024 08:10
Copy link

mergify bot commented Jan 29, 2024

This pull request does not have a backport label. Could you fix it @gurevichdmitry? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

@gurevichdmitry gurevichdmitry linked an issue Jan 29, 2024 that may be closed by this pull request
3 tasks
Copy link

📊 Allure Report - 💚 No failures were reported.

Result Count
🟥 Failed 0
🟩 Passed 38
⬜ Skipped 1

@gurevichdmitry gurevichdmitry enabled auto-merge (squash) January 29, 2024 08:46
@gurevichdmitry gurevichdmitry merged commit 834dce5 into elastic:main Jan 29, 2024
@@ -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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commented-out?

Copy link
Collaborator Author

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
Copy link
Contributor

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

Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Single python automation project
4 participants