mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-19 07:50:52 +01:00
Merge pull request #1042 from wger-project/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
This commit is contained in:
6
.github/workflows/make-release.yml
vendored
6
.github/workflows/make-release.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
ref: ${{ github.event.inputs.version }}
|
||||
|
||||
- name: Download builds
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
path: /tmp/
|
||||
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
# uses: ./.github/actions/flutter-common
|
||||
#
|
||||
# - name: Download builds
|
||||
# uses: actions/download-artifact@v6
|
||||
# uses: actions/download-artifact@v7
|
||||
# with:
|
||||
# path: /tmp/
|
||||
#
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download builds
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
|
||||
- name: Make Github release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
||||
2
.github/workflows/screenshots.yml
vendored
2
.github/workflows/screenshots.yml
vendored
@@ -129,7 +129,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Download all screenshot artifacts
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
path: screenshots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user