]> Repositorios git - scryer-prolog.git/commitdiff
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 origin/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 3 Sep 2024 22:41:11 +0000 (22:41 +0000)
committerGitHub <[email protected]>
Tue, 3 Sep 2024 22:41:11 +0000 (22:41 +0000)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
.github/workflows/ci.yml

index 3fc66550dc4af06cab4589c3df4e497a7bab24fc..e9aa3201d8e88e5acb168762e9c4bc11a89afca7 100644 (file)
@@ -99,7 +99,7 @@ jobs:
     needs: [build-test]
     steps:
       # Download prebuilt ubuntu binary from build-test job, setup logtalk
-      - uses: actions/download-artifact@v3
+      - uses: actions/download-artifact@v4.1.7
         with:
           name: scryer-prolog_ubuntu-20.04_x86_64-unknown-linux-gnu
       - run: |
@@ -195,7 +195,7 @@ jobs:
     needs: [build-test]
     if: startsWith(github.ref, 'refs/tags/v')
     steps:
-      - uses: actions/download-artifact@v3
+      - uses: actions/download-artifact@v4.1.7
       - name: Zip binaries for release
         run: |
           zip scryer-prolog_macos-11.zip ./scryer-prolog_macos-11_x86_64-apple-darwin/scryer-prolog