aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 07632e6..b6b1548 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -151,7 +151,7 @@ jobs:
uses: OpenVicProject/openvic-env@master
- name: Download artifact
- uses: actions/download-artifact@v4.1.1
+ uses: actions/download-artifact@v4.1.7
with:
path: game/bin/openvic
pattern: ${{ github.event.repository.name }}-*-extension
@@ -193,7 +193,7 @@ jobs:
uses: OpenVicProject/openvic-env@master
- name: Download artifact
- uses: actions/download-artifact@v4.1.1
+ uses: actions/download-artifact@v4.1.7
with:
path: game/bin/openvic
pattern: ${{ github.event.repository.name }}-*-extension
@@ -242,7 +242,7 @@ jobs:
name: 📚 Merge Files
steps:
- name: Download extension artifacts
- uses: actions/download-artifact@v4.1.1
+ uses: actions/download-artifact@v4.1.7
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
path: artifacts