Skip to content

Commit

Permalink
Merge pull request #1793 from dandi/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

[gh-actions](deps): Bump actions/download-artifact from 3 to 4
  • Loading branch information
mvandenburgh authored Dec 21, 2023
2 parents 2387b9c + 0b505d4 commit 65eca4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
docker image save -o dandiarchive-api.tgz dandiarchive/dandiarchive-api
- name: Upload Docker image tarball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dandiarchive-api.tgz
path: dandiarchive-api.tgz
Expand All @@ -50,7 +50,7 @@ jobs:
DANDI_TESTS_PULL_DOCKER_COMPOSE: 0
steps:
- name: Download Docker image tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dandiarchive-api.tgz

Expand Down

0 comments on commit 65eca4a

Please sign in to comment.