Skip to content

Commit

Permalink
ci(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.6 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent e9fadf5 commit f72ec07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: touch release/wwwroot/.nojekyll
- run: cp release/wwwroot/index.html release/wwwroot/404.html
- name: Upload release.zip
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: release
path: release/
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: dotnet publish --no-restore -c Release -o android-release -f net8.0-android CurrentTimeApp.MauiBlazor/CurrentTimeApp.MauiBlazor.csproj
- run: ls -R
- name: Upload release.zip
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: android-release
path: android-release/
Expand Down

0 comments on commit f72ec07

Please sign in to comment.