Skip to content

Commit

Permalink
Downgrade artifact actions vers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Dec 18, 2023
1 parent 4b16a40 commit 392cc92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash

- name: Stash built visuals
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: packages
path: dist/*.pbiviz
Expand All @@ -58,8 +58,8 @@ jobs:
needs: build-pbiviz-packages
runs-on: ubuntu-latest
steps:
- name: Restore built pacakges
uses: actions/download-artifact@master
- name: Restore built packages
uses: actions/download-artifact@v3
with:
name: packages
path: ./packages
Expand Down

0 comments on commit 392cc92

Please sign in to comment.