Skip to content

Commit

Permalink
Merge pull request #855 from burningmantech/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
wsanchez authored Jan 17, 2024
2 parents 908d791 + 256351f commit e329e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
docker image save ranger-ims-web:dev | gzip -6 > images/web.tgz;
- name: Upload Docker image artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: images
path: images
Expand All @@ -125,7 +125,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Docker image artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: images
path: images
Expand Down

0 comments on commit e329e57

Please sign in to comment.