Skip to content

Commit

Permalink
Merge pull request #91 from BeyondTrust/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4.1.2

Bump actions/download-artifact from 4.1.0 to 4.1.2
  • Loading branch information
matthillmanbt authored Feb 5, 2024
2 parents 860e9ce + a3b13f4 commit eda768d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/setup-go@v4

- name: "Download test release"
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.2
with:
name: test-build

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/setup-go@v4

- name: "Download test release"
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.2
with:
name: test-build

Expand Down

0 comments on commit eda768d

Please sign in to comment.