Skip to content

Commit

Permalink
Merge pull request mac-cain13#905 from mac-cain13/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
tomlokhorst authored Sep 24, 2024
2 parents 94f3426 + 287e71c commit d7f0274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
- name: Put build into place
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
- name: Put build into place
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
- name: Put build into place
Expand All @@ -99,7 +99,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download build
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: rswift-dev
- name: Put build into place
Expand Down

0 comments on commit d7f0274

Please sign in to comment.