Skip to content

fix: ci deprecated actions #302

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
merged 2 commits into from
Apr 2, 2025
Merged

fix: ci deprecated actions #302

merged 2 commits into from
Apr 2, 2025

Conversation

M4tteoP
Copy link
Member

@M4tteoP M4tteoP commented Mar 31, 2025

See #301 ci run.

actions/upload-artifact@v3 is scheduled for deprecation on November 30, 2024. Learn more. Similarly, v1/v2 are scheduled for deprecation on June 30, 2024. Please update your workflow to use v4 of the artifact actions. This deprecation will not impact any existing versions of GitHub Enterprise Server being used by customers.

@M4tteoP M4tteoP requested a review from jcchavezs as a code owner March 31, 2025 09:03
@M4tteoP M4tteoP enabled auto-merge (squash) March 31, 2025 10:05
@@ -87,7 +87,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: ftw-envoy-logs
name: ftw-envoy-logs-multiphase-${{ matrix.multiphase_eval }}
Copy link
Member Author

Choose a reason for hiding this comment

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

To avoid Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

@M4tteoP M4tteoP merged commit d9d8c57 into main Apr 2, 2025
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants