You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# `@actions/upload-artifact`
2
2
3
+
> [!WARNING]
4
+
> actions/upload-artifact@v3 is scheduled for deprecation on **November 30, 2024**. [Learn more.](https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/)
5
+
> Similarly, v1/v2 are scheduled for deprecation on **June 30, 2024**.
6
+
> Please update your workflow to use v4 of the artifact actions.
7
+
> This deprecation will not impact any existing versions of GitHub Enterprise Server being used by customers.
8
+
3
9
Upload [Actions Artifacts](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts) from your Workflow Runs. Internally powered by [@actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) package.
4
10
5
11
See also [download-artifact](https://github.com/actions/download-artifact).
0 commit comments