mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Update to upload-artifact@v4
This commit is contained in:
2
.github/workflows/1.21_push.yml
vendored
2
.github/workflows/1.21_push.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
cat $GITHUB_WORKSPACE/gradle.properties | grep ^base_version= >> $GITHUB_ENV
|
||||
- name: Create package name
|
||||
run: echo "package_name=[$minecraft_version] $archives_base_name-$base_version.${{ github.run_number }}" >> $GITHUB_ENV
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.package_name }}
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user