Skip to content

Commit

Permalink
CI #909 update
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian authored and Codrea committed Apr 12, 2024
1 parent 25ca90e commit 89fac23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
mv /tmp/*_test ~/databroker_catalogs/
- name: Archive catalog artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: databroker_catalogs
path: ~/databroker_catalogs
Expand Down Expand Up @@ -175,11 +175,11 @@ jobs:
CMD+="; print(up.get(), pv.get())"
python -c "${CMD}"
- name: Download catalog artifacts
uses: actions/download-artifact@v3
with:
name: databroker_catalogs
path: ~/databroker_catalogs
- name: Download catalog artifacts
uses: actions/download-artifact@v4
with:
name: databroker_catalogs
path: ~/databroker_catalogs

- name: Restore archival content
run: |
Expand Down

0 comments on commit 89fac23

Please sign in to comment.