Update GHA actions/upload-artifact to v4, unbreak CI #1799

Closed
robhogan wants to merge 1 commits from export-D70986391 into main
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }} ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }}
- name: Upload Build Artifacts - name: Upload Build Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: 'snapshot-artifacts' name: 'snapshot-artifacts'
path: '~/.m2/repository/' path: '~/.m2/repository/'

View File

@@ -23,7 +23,7 @@ jobs:
ORG_GRADLE_PROJECT_USE_SNAPSHOT: true ORG_GRADLE_PROJECT_USE_SNAPSHOT: true
- name: Upload Build Artifacts - name: Upload Build Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: 'snapshot-artifacts' name: 'snapshot-artifacts'
path: '~/.m2/repository/' path: '~/.m2/repository/'

View File

@@ -110,7 +110,7 @@ jobs:
run: yarn pack --filename yoga-layout.tar.gz run: yarn pack --filename yoga-layout.tar.gz
working-directory: javascript working-directory: javascript
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: npm-package name: npm-package
path: javascript/yoga-layout.tar.gz path: javascript/yoga-layout.tar.gz