Skip to content

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #34

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #34

Workflow file for this run

on: [push]
name: AzureARMDeploy
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- name: Login to Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
enable-AzPSSession: true
- name: List installed modules
run: |
set -e
module list
- name: Azure PowerShell Action
uses: Azure/powershell@v1
with:
inlineScript: |
get-azcontext
Get-AzResourceGroup
azPSVersion: "latest"