Skip to content

Commit

Permalink
Merge pull request #156 from BeyondTrust/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4.5.0

Bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
matthillmanbt authored Jan 8, 2025
2 parents dfbc382 + fffb6b2 commit 5e6a1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: tar -cvf test-reg.tar ./test-reg

- name: "Save build for testing"
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: test-build
path: ./test-reg.tar
Expand Down

0 comments on commit 5e6a1e3

Please sign in to comment.