mirror of
https://github.com/soypat/lneto.git
synced 2026-09-03 21:39:04 +00:00
chore: bump upload-artifact action version (#91)
I noticed some warning around Node v20 usage from the old version so I bumped to the currently latest one (v7 moved to Node v24). Signed-off-by: Marvin Drees <marvin.drees@9elements.com>
This commit is contained in:
@@ -81,7 +81,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload profiles
|
- name: Upload profiles
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: test-profiles
|
name: test-profiles
|
||||||
path: profiles/
|
path: profiles/
|
||||||
@@ -130,7 +130,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload benchmark results
|
- name: Upload benchmark results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||||
with:
|
with:
|
||||||
name: bench-results
|
name: bench-results
|
||||||
path: bench-results.txt
|
path: bench-results.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user