Skip to content

Commit

Permalink
⬆️ Upgrade dependencies #2536 (#2733)
Browse files Browse the repository at this point in the history
* ⬆️  Upgrade dependencies #2536

* ⬆️ Upgrade compatible action #2733
  • Loading branch information
padms authored Dec 19, 2024
1 parent 4a44d66 commit 051d3b3
Show file tree
Hide file tree
Showing 7 changed files with 547 additions and 376 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pnpm sanity dataset export ${{ matrix.dataset }} ${{ env.BUILD_ARTIFACT_PATH }}/${{ matrix.dataset }}.tar.gz
- name: Upload backup.tar.gz
id: upload-backup
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: backup-tarball
path: ${{ env.BUILD_ARTIFACT_PATH }}/${{ matrix.dataset }}.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/equinor-algolia-indexers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
popd
- name: Package Azure Function release build
id: package-artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ vars.AZ_ALGOLIA_FUNC_APP_NAME }}
path: ${{ env.BUILD_ARTIFACT_PATH }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
# Fetch published code
- name: Download Azure function release build
id: download-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ vars.AZ_ALGOLIA_FUNC_APP_NAME }}
path: ${{ env.BUILD_ARTIFACT_PATH }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fotoware-redirect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Package Azure Function release build
id: package-artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ vars.AZ_FOTOWARE_FUNC_APP_NAME }}
path: ${{ env.BUILD_ARTIFACT_PATH }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
# Fetch published code
- name: Download Azure function release build
id: download-artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{ vars.AZ_FOTOWARE_FUNC_APP_NAME }}
path: ${{ env.BUILD_ARTIFACT_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@azure/storage-blob": "^12.15.0",
"@sanity/client": "^5.4.2",
"algoliasearch": "^4.19.1",
"axios": "^1.7.4",
"axios": "^1.7.9",
"dotenv-azure": "^2.0.0",
"fp-ts": "^2.16.0"
}
Expand Down
Loading

0 comments on commit 051d3b3

Please sign in to comment.