8000 chore(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group by dependabot[bot] · Pull Request #125 · codeart1st/mapserver-wasm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump actions/download-artifact from 8000 4.2.1 to 4.3.0 in the actions group #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
uses: ./.github/actions/prepare-build-env

- name: Restore previous build artifacts
uses: actions/download-artifact@v4.2.1
uses: actions/download-artifact@v4.3.0
with:
name: SQLite
path: dist/
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
uses: ./.github/actions/prepare-build-env

- name: Restore previous build artifacts
uses: actions/download-artifact@v4.2.1
uses: actions/download-artifact@v4.3.0
with:
pattern: '{SQLite,PROJ}'
path: dist/
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
uses: ./.github/actions/prepare-build-env

- name: Restore previous build artifacts
uses: actions/download-artifact@v4.2.1
uses: actions/download-artifact@v4.3.0
with:
pattern: '{GDAL,GEOS,PROJ,libxml2}'
path: dist/
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
uses: ./.github/actions/prepare-build-env

- name: Restore previous build artifacts
uses: actions/download-artifact@v4.2.1
uses: actions/download-artifact@v4.3.0
with:
name: MapServer
path: dist/
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
uses: ./.github/actions/prepare-build-env

- name: Restore previous build artifacts
uses: actions/download-artifact@v4.2.1
uses: actions/download-artifact@v4.3.0
with:
name: WASM
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ./.github/actions/prepare-build-env

- name: Download wasm-pack build output
uses: actions/download-artifact@v4.2.1
uses: actions/download-artifact@v4.3.0
with:
name: WASM
path: dist/
Expand Down
0