Skip to content

Commit

Permalink
Merge pull request #1093 from gliderlabs/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

chore(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
josegonzalez authored Mar 28, 2024
2 parents f75971f + 37449a4 commit d86f5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fi
- name: upload packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.heroku }}-${{ matrix.buildx }}
path: build
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
go-version: 1.17.8

- name: download packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ matrix.heroku }}-false
path: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
make build build/docker/${{ matrix.heroku }} BUILDX=false STACK_VERSION=${{ matrix.heroku }}
- name: upload packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.heroku }}-${{ matrix.buildx }}
path: build
Expand All @@ -68,7 +68,7 @@ jobs:
ruby-version: 3.3

- name: download packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-22-false
path: build
Expand Down

0 comments on commit d86f5e4

Please sign in to comment.