Skip to content

Commit

Permalink
Merge pull request #6789 from TheThingsNetwork/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/download-artifact-4

dev: bump actions/download-artifact from 3 to 4
  • Loading branch information
adriansmares authored Jan 8, 2024
2 parents 012f233 + 2d7dd19 commit e70d75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
sudo apt-get update
sudo apt-get --only-upgrade install google-chrome-stable
google-chrome --version
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Download build artifacts
with:
name: "build-files"
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
uses: ./.github/actions/build-mage
- name: Install Node and Dependencies
uses: ./.github/actions/install-node-and-deps
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Download build artifacts
with:
name: "build-files"
Expand Down

0 comments on commit e70d75a

Please sign in to comment.