Skip to content

Commit

Permalink
#281 Build Pipeline for Offline Build is broken
Browse files Browse the repository at this point in the history
- update actions dependencies for deploy part in build-offline.yml
  • Loading branch information
MaximilianZenz committed Feb 24, 2025
1 parent 007ec34 commit 9f7fcbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ jobs:

steps:
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Download Artifact from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: binocular_ui
path: artifact/
Expand All @@ -171,7 +171,7 @@ jobs:
ls -l artifact/dist/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'artifact/dist/'
Expand Down

0 comments on commit 9f7fcbb

Please # to comment.