mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-05-13 03:16:52 +00:00
Update upload-artifact action to version 7
As required for https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
This commit is contained in:
committed by
GitHub
parent
7b1f4a764d
commit
56f665a6f2
@@ -77,7 +77,7 @@ runs:
|
||||
|
||||
- name: Upload artifact
|
||||
id: upload-artifact
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: ${{ inputs.name }}
|
||||
path: ${{ runner.temp }}/artifact.tar
|
||||
|
||||
Reference in New Issue
Block a user