mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-03 14:17:08 +00:00
Bump actions/upload-artifact to v4
Similar to cf25db6
, this should silence some deprecation notices.
This commit is contained in:
parent
cf25db6c17
commit
b56c007c46
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -107,12 +107,12 @@ jobs:
|
||||
asset_name: Secretive.zip
|
||||
asset_content_type: application/zip
|
||||
- name: Upload App to Artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Secretive.zip
|
||||
path: Secretive.zip
|
||||
- name: Upload Archive to Artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Xcode_Archive.zip
|
||||
path: Archive.zip
|
||||
|
Loading…
Reference in New Issue
Block a user