Skip to content

Commit

Permalink
Merge pull request #765 from etn-ccis/fix/download-artifact-version
Browse files Browse the repository at this point in the history
revert to version 3 actions/download-artifact
  • Loading branch information
surajeaton authored Sep 10, 2024
2 parents 0643f5c + 72b0af9 commit 2df0663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download build
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: build
path: build
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download build
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: build
path: build
Expand Down

0 comments on commit 2df0663

Please sign in to comment.