Skip to content

Commit

Permalink
Merge pull request #1087 from OpenAF/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
nmaguiar authored Sep 17, 2024
2 parents 45d8024 + bf9a287 commit 322da58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:

# ----------------------------------
- name: Download artifact openaf.jar
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: openaf.jar
path: .

# ---------------------------------------
- name: Download artifact openaf.jar.orig
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: openaf.jar.orig
path: .
Expand Down

0 comments on commit 322da58

Please sign in to comment.