Skip to content

Commit

Permalink
v4 is required :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jan 30, 2025
1 parent 3e7d8ac commit 7eb60a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commit_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fi
- name: Save Geoweaver JaCoCo HTML Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: geoweaver-jacoco-coverage-report
path: target/site/jacoco
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fi
- name: Save Geoweaver JaCoCo HTML Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: geoweaver-jacoco-coverage-report
path: target/site/jacoco
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
fi
- name: Save Geoweaver JaCoCo HTML Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: geoweaver-jacoco-coverage-report
path: target/site/jacoco
4 changes: 2 additions & 2 deletions .github/workflows/cypress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
working-directory: ./cypress
- name: Archive screenshots on failure
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypress-screenshots
path: cypress/screenshots

- name: Archive videos on failure
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypress-videos
path: cypress/videos
4 changes: 2 additions & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
run: '& "C:\Program Files (x86)\NSIS\makensis.exe" windows-deployment/installer.nsi'

- name: Upload Windows Installer to Release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: geoweaver-windows-installer
path: D:\a\Geoweaver\Geoweaver\windows-deployment\GeoweaverInstaller.exe
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
df -h
hdiutil create -volname "$APP_NAME" -srcfolder "${DMG_TEMP_DIR}" -ov -format UDZO -fs HFS+ "${GITHUB_WORKSPACE}/${APP_NAME}.dmg"
- name: Upload .dmg file as an artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: geoweaver-dmg
path: /Users/runner/work/Geoweaver/Geoweaver/Geoweaver.dmg
Expand Down

0 comments on commit 7eb60a5

Please sign in to comment.