Skip to content

Commit

Permalink
Merge branch 'master' into hugtalbot-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Sep 16, 2024
2 parents 97bc97d + 67e7f64 commit 1136c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
echo "ARTIFACT_NAME=$ARTIFACT_NAME" | tee -a $GITHUB_ENV
- name: Create artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.WORKSPACE_INSTALL_PATH }}

- name: Install artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
continue-on-error: true
steps:
- name: Get artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: artifacts

Expand Down

0 comments on commit 1136c11

Please sign in to comment.