Skip to content

Commit

Permalink
Merge pull request #5343 from ykuijs/Dev
Browse files Browse the repository at this point in the history
Updating deprecated GH actions
  • Loading branch information
ykuijs authored Nov 6, 2024
2 parents f7cbfa6 + f60d0e8 commit 6bc3a04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Generate Wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
-Type 'Wiki' `
-MainModulePath 'Modules\Microsoft365DSC' `
-ResourceModuleName 'Microsoft365DSC'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Upload Wiki Content
path: D:\a\Microsoft365DSC\Microsoft365DSC\Microsoft365DSC_1.0.0_wikicontent.zip
4 changes: 2 additions & 2 deletions .github/workflows/website-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
REACT_APP_SITE_DESCRIPTION: ${{ secrets.REACT_APP_SITE_DESCRIPTION }}
REACT_APP_INSTRUMENTATION_KEY: ${{ secrets.REACT_APP_INSTRUMENTATION_KEY }}
- name: Publish Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@4
with:
name: website-build
path: ${{ github.workspace }}/generator/build
Expand All @@ -43,7 +43,7 @@ jobs:
name: Deploy to Preview
needs: build
steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@4
with:
name: website-build
- name: Deploy to Preview Azure Static Web App
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
REACT_APP_SITE_DESCRIPTION: ${{ secrets.REACT_APP_SITE_DESCRIPTION }}
REACT_APP_INSTRUMENTATION_KEY: ${{ secrets.REACT_APP_INSTRUMENTATION_KEY }}
- name: Publish Artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@4
with:
name: website-build
path: ${{ github.workspace }}/generator/build
Expand All @@ -43,7 +43,7 @@ jobs:
name: Deploy to Production
needs: build
steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@4
with:
name: website-build
- name: Deploy
Expand Down
4 changes: 0 additions & 4 deletions Modules/Microsoft365DSC/Dependencies/Manifest.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
ModuleName = 'Az.Resources'
RequiredVersion = '7.2.0'
},
@{
ModuleName = 'Az.ResourceGraph'
RequiredVersion = '1.0.0'
},
@{
ModuleName = 'Az.SecurityInsights'
RequiredVersion = '3.1.2'
Expand Down

0 comments on commit 6bc3a04

Please sign in to comment.