1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-21 14:08:56 +01:00

Upgrade actions/upload-artifact to v4

This commit is contained in:
Romein van Buren 2024-08-04 12:38:14 +02:00
parent e54a39bb3e
commit 1551a5073b
No known key found for this signature in database

View File

@ -68,7 +68,7 @@ jobs:
run: ./build/linux/ci_generate.sh "${{ matrix.platform }}"
- name: Upload generated binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rolens-${{ matrix.platform }}
path: releases/*
@ -95,7 +95,7 @@ jobs:
run: build/ci_bundle.sh
- name: Upload the bundle as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rolens-bundle
path: bundle