mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-31 00:59:47 +02:00
upgrade to upload-artifact v4
v3 is now deprecated, see https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
This commit is contained in:
4
.github/workflows/build-preview.yml
vendored
4
.github/workflows/build-preview.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
env:
|
||||
ID_PRESETS_CDN_URL: '../../'
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: preview
|
||||
path: |
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Store pull request number for later use
|
||||
run: |
|
||||
echo ${{github.event.number}} > ./pr_number
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pr
|
||||
path: ./pr_number
|
||||
|
||||
Reference in New Issue
Block a user